diff options
Diffstat (limited to 'firmware/src/os/main.h')
-rw-r--r-- | firmware/src/os/main.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/src/os/main.h b/firmware/src/os/main.h new file mode 100644 index 0000000..1adc8f6 --- /dev/null +++ b/firmware/src/os/main.h @@ -0,0 +1,8 @@ +#ifndef _MAIN_H +#define _MAIN_H + +extern void _init_func(void); +extern int _main_dbgu(char key); +extern void _main_func(void); + +#endif |