summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeo C2018-09-08 20:37:23 +0200
committerLeo C2018-09-08 20:37:23 +0200
commit51dd0948df5ed53b11cab4e909e19ee7cee363c5 (patch)
treee1589e9aa34d42e998978d8aeb939cdbc1222185 /include
parent7dda03f3ce376f35d080325551ccdca6c7414061 (diff)
downloadz180-stamp-51dd0948df5ed53b11cab4e909e19ee7cee363c5.zip
new debug command: xx test. get freq command from single step branch.
Diffstat (limited to 'include')
-rw-r--r--include/cmd_cpu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/cmd_cpu.h b/include/cmd_cpu.h
index d590468..f6f1fb9 100644
--- a/include/cmd_cpu.h
+++ b/include/cmd_cpu.h
@@ -9,6 +9,8 @@
#include "command.h"
-command_ret_t do_cpuchk(cmd_tbl_t *, uint_fast8_t, int, char * const []);
+extern cmd_tbl_t cmd_tbl_cpu[];
+
+command_ret_t do_cpu(cmd_tbl_t *, uint_fast8_t, int, char * const []);
#endif /* CMD_CPU_H */