Update comments

This commit is contained in:
Arron Vinyard 2022-03-31 07:31:34 -04:00 committed by GitHub
parent 2b5ad17fbc
commit fa8971eb5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,8 +39,8 @@
#define MAX_CONSOLE_LENGTH 1024 /**< Maximum buffer size for console messages */
#define COMMAND_MAX_ARGC 64 /**< Maxmimum allowed command args */
#define COMMAND_MAX_LENGTH 512 /**< Maxmimum allowed command length */
#define COMMAND_MAX_ARGC 64 /**< Maxmimum allowed command argument count */
#define COMMAND_MAX_LENGTH 512 /**< Maxmimum allowed command length of a command argument */
/**
* Console variable query helper values.