Move parsing to external module

This commit is contained in:
logicog
2025-07-05 09:23:20 +02:00
parent 2d8c0efabd
commit 846494dc46
2 changed files with 295 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef _CMD_PARSER_H_
#define _CMD_PARSER_H_
void cmd_parser(void) __banked;
void cmd_parser_setup(void) __banked;
#endif