remove HELP command and add DUMP command

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK
2021-04-05 09:56:15 +02:00
parent 002ad82b69
commit 4f806cd712
2 changed files with 7 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ typedef enum {GPIOS} button_t;
X(STATE_FUNCTION, "FUNCTION") \
X(STATE_KEY, "KEY") \
X(STATE_COMMAND, "COMMAND")\
X(STATE_HELP, "HELP") \
X(STATE_DUMP, "DUMP") \
X(STATE_INVALID, "INVALID")
/* Enumeration of the different parse states */