diff options
Diffstat (limited to 'src/stm/ao_arch_funcs.h')
-rw-r--r-- | src/stm/ao_arch_funcs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stm/ao_arch_funcs.h b/src/stm/ao_arch_funcs.h index 7fe6a732..41f1bf91 100644 --- a/src/stm/ao_arch_funcs.h +++ b/src/stm/ao_arch_funcs.h @@ -393,6 +393,9 @@ struct ao_stm_usart { #endif }; +void +ao_debug_out(char c); + #if HAS_SERIAL_1 extern struct ao_stm_usart ao_stm_usart1; #endif @@ -607,4 +610,6 @@ ao_arch_wait_interrupt(void) { ao_arch_irqrestore(__mask); \ } while (0) +void start(void); + #endif /* _AO_ARCH_FUNCS_H_ */ |