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 0000000000..e83aec625a --- /dev/null +++ b/command.h @@ -0,0 +1,6 @@ +#ifndef COMMAND_H +#define COMMAND + +uint8_t command_proc(void); + +#endif |