diff options
Diffstat (limited to 'command.h')
| -rw-r--r-- | command.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/command.h b/command.h new file mode 100644 index 000000000..e83aec625 --- /dev/null +++ b/command.h | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #ifndef COMMAND_H | ||
| 2 | #define COMMAND | ||
| 3 | |||
| 4 | uint8_t command_proc(void); | ||
| 5 | |||
| 6 | #endif | ||
