altos/telemini-v2.0: Enable beep config and radio rate config
[fw/altos] / src / telemini-v2.0 / ao_pins.h
index 1b4f602fefa9b0d4f5518046d9a2170c2ca7ab67..948310e553207f196c76d1121217e3a06e6ac0cf 100644 (file)
 
 #define HAS_FLIGHT             1
 #define HAS_USB                        1
+
+#define HAS_USB_PULLUP 1
+#define AO_USB_PULLUP_PORT     P1
+#define AO_USB_PULLUP_PIN      0
+#define AO_USB_PULLUP          P1_0
+
+#define AO_SMALL_ALTITUDE_TABLE        1
+
 #define USB_FORCE_FLIGHT_IDLE  1
 #define HAS_BEEP               1
-#define HAS_BEEP_CONFIG                0
+#define HAS_BEEP_CONFIG                1
 #define HAS_BATTERY_REPORT     1
 #define HAS_GPS                        0
 #define HAS_SERIAL_1           0
 #define USE_INTERNAL_FLASH     0
 #define HAS_DBG                        0
 #define PACKET_HAS_SLAVE       1
+#define HAS_RADIO_RATE         1
+#define HAS_TELEMETRY          1
 
-#define AO_LED_GREEN           1
 #define AO_LED_RED             2
-#define LEDS_AVAILABLE         (AO_LED_RED|AO_LED_GREEN)
+#define LEDS_AVAILABLE         AO_LED_RED
 #define HAS_EXTERNAL_TEMP      0
 #define HAS_ACCEL              0
 #define HAS_IGNITE             1