altos: Massive product config cleanup
[fw/altos] / src / core / ao_storage.c
index ff4747d0ec2bd2099b8a6e4c783fc19cf5be673b..66394e01296a199d6832f3dded53448e827009cb 100644 (file)
@@ -15,7 +15,7 @@
  * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
  */
 
-#include "ao.h"
+#include <ao.h>
 
 uint8_t
 ao_storage_read(uint32_t pos, __xdata void *buf, uint16_t len) __reentrant