Refactor AT commands

This commit is contained in:
2020-11-19 18:09:23 +01:00
parent 8b47ed295e
commit 28e2b6114a
7 changed files with 23 additions and 23 deletions

View File

@@ -9,7 +9,7 @@
struct AT_CMD
{
char cmd[8];
char cmd[7];
int8_t (*handler)(uint8_t mode, char* arg);
};