Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
[fw/altos] / src / teleterra-v0.2 / ao_pins.h
index 44a372cc090da03b2836ef248a155a168c5d8374..472af53430cfa21dac9e846a0429444562813702 100644 (file)
 #ifdef TELETERRA_V_0_2
        #define HAS_FLIGHT              0
        #define HAS_USB                 1
+       #define HAS_RADIO               1
        #define HAS_BEEP                1
        #define HAS_GPS                 1
        #define HAS_SERIAL_1            1
        #define HAS_ADC                 0
-       #define USE_SERIAL_STDIN        0
+       #define HAS_LCD                 1
        #define HAS_EEPROM              1
        #define HAS_LOG                 1
        #define USE_INTERNAL_FLASH      0
@@ -70,7 +71,9 @@
        #define HAS_P2_ISR              1
 
        #define BATTERY_PIN             5
-       
+       #define HAS_TELEMETRY           0
+
+       #define AO_VALUE_32             0
 #endif
 
 #if DBG_ON_P1
 #error Please define HAS_SERIAL_1
 #endif
 
-#ifndef USE_SERIAL_STDIN
-#error Please define USE_SERIAL_STDIN
-#endif
-
 #ifndef HAS_ADC
 #error Please define HAS_ADC
 #endif
 #define AO_IGNITER_FIRE_TIME   AO_MS_TO_TICKS(50)
 #define AO_IGNITER_CHARGE_TIME AO_MS_TO_TICKS(2000)
 
+#define AO_M25_SPI_CS_PORT     SPI_CS_PORT
+#define AO_M25_SPI_CS_MASK     M25_CS_MASK
+
 #endif /* _AO_PINS_H_ */