Update comment

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

View File

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