altos/stm32l0: Big update in functionality
[fw/altos] / src / stm32l0 / ao_arch_funcs.h
index 65cf3f6ffaae27b5657942081e1ae80754eb1421..297bd66c76684b9762fba85f6e67f68fd7b206a3 100644 (file)
@@ -386,6 +386,8 @@ struct ao_stm_usart {
 #endif
 };
 
+#include <ao_lpuart.h>
+
 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_ */