altos: Pull more interfaces out of ao.h and move to separate files
[fw/altos] / src / megametrum-v0.1 / ao_pins.h
index 46098d34689d060af88bdb24b6b762ab2d676835..f761e5c3602ab46753f5ae654c74d14722745dd3 100644 (file)
@@ -21,7 +21,7 @@
 /* 8MHz High speed external crystal */
 #define AO_HSE                 8000000
 
-/* PLLVCO = 96MHz (so that USB will work*/
+/* PLLVCO = 96MHz (so that USB will work*/
 #define AO_PLLMUL              12
 #define AO_RCC_CFGR_PLLMUL     (STM_RCC_CFGR_PLLMUL_12)
 
 #define ao_gps_putchar         ao_serial3_putchar
 #define ao_gps_set_speed       ao_serial3_set_speed
 
-#define HAS_USB                        0
-#define HAS_BEEP               0
+#define HAS_EEPROM             1
+#define USE_INTERNAL_FLASH     0
+#define HAS_USB                        1
+#define HAS_BEEP               1
 
 #define HAS_SPI_1              1
 #define SPI_1_PA5_PA6_PA7      1