Clarify comment for REMOTE_SHELL_APP

Updated the comment for REMOTE_SHELL_APP to clarify its purpose.
This commit is contained in:
Thomas Göttgens 2026-04-14 12:34:30 +02:00 committed by GitHub
parent 881c8d50e4
commit 9ac6a6aaeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -116,7 +116,7 @@ enum PortNum {
KEY_VERIFICATION_APP = 12;
/*
* Module/port for handling key verification requests.
* Module/port for handling primitive remote shell access.
*/
REMOTE_SHELL_APP = 13;