pki: Increase MAX_COMMANDS to cover all currently available commands
Fixes #452.
This commit is contained in:
+2
-2
@@ -22,9 +22,9 @@
|
||||
#define COMMAND_H_
|
||||
|
||||
/**
|
||||
* Maximum number of commands.
|
||||
* Maximum number of commands (+1).
|
||||
*/
|
||||
#define MAX_COMMANDS 10
|
||||
#define MAX_COMMANDS 11
|
||||
|
||||
/**
|
||||
* Maximum number of options in a command (+1)
|
||||
|
||||
Reference in New Issue
Block a user