X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm32l0%2Fao_arch_funcs.h;h=297bd66c76684b9762fba85f6e67f68fd7b206a3;hb=59cbf80e63b4c88de45e59c6e3d209f99910fcf3;hp=65cf3f6ffaae27b5657942081e1ae80754eb1421;hpb=980d54134bedb64d506c0702f09b4d5277000848;p=fw%2Faltos diff --git a/src/stm32l0/ao_arch_funcs.h b/src/stm32l0/ao_arch_funcs.h index 65cf3f6f..297bd66c 100644 --- a/src/stm32l0/ao_arch_funcs.h +++ b/src/stm32l0/ao_arch_funcs.h @@ -386,6 +386,8 @@ struct ao_stm_usart { #endif }; +#include + void ao_debug_out(char c); @@ -591,4 +593,7 @@ ao_arch_wait_interrupt(void) { void start(void); +bool +ao_storage_device_is_erased(uint32_t pos); + #endif /* _AO_ARCH_FUNCS_H_ */