First version of rtcget and rtcset (#1727)

This commit is contained in:
John Stockdale 2024-01-06 00:15:59 -08:00 committed by GitHub
parent 75ece38725
commit fe88760766
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 1 deletions

View file

@ -36,7 +36,7 @@
* @brief Shell maximum arguments per command.
*/
#if !defined(SHELL_MAX_ARGUMENTS) || defined(__DOXYGEN__)
#define SHELL_MAX_ARGUMENTS 4
#define SHELL_MAX_ARGUMENTS 6
#endif
/**