first cut at turnon scripts for EasyTimer v2
[fw/altos] / src / kernel / ao_storage.h
index 026074b5d2db4c2bd30768a2e1fcd2de780bc636..ff8548eb150d71bb73a92ddf4457e7079a7a760f 100644 (file)
@@ -44,6 +44,10 @@ extern ao_pos_t      ao_storage_block;
 #define USE_STORAGE_CONFIG 1
 #endif
 
+#ifndef AO_STORAGE_ERASED_BYTE
+#define AO_STORAGE_ERASED_BYTE 0xff
+#endif
+
 #if USE_STORAGE_CONFIG
 /* Byte offset of config block. Will be ao_storage_block bytes long */
 extern ao_pos_t        ao_storage_config;