altos: Add startup and config (view only) pages to TT
[fw/altos] / src / teleterra-v0.2 / ao_pins.h
index 72ded004ff317cf96f450a7324290e1e10bb13bd..44a372cc090da03b2836ef248a155a168c5d8374 100644 (file)
@@ -36,6 +36,7 @@
        #define IGNITE_ON_P0            0
        #define PACKET_HAS_MASTER       1
        #define PACKET_HAS_SLAVE        0
+       #define HAS_RADIO_CHANNELS      1
 
        #define HAS_COMPANION           0
 
@@ -66,6 +67,8 @@
        #define BUTTON_3_REG            2
        #define BUTTON_3_MASK           (1 << 4)        /* P2_4 */
 
+       #define HAS_P2_ISR              1
+
        #define BATTERY_PIN             5
        
 #endif