altos: Get AES CBC-MAC packet transfers running
[fw/altos] / src / cc1111 / ao_pins.h
index 9e9b3bf6c6ad32e04215a6a674f843747e517dc6..819dc7dfeafad5b4320143257e471b1eda3870b0 100644 (file)
        #define BT_LINK_PIN_INDEX       7
        #define BT_LINK_PIN             P2_1
        #define HAS_MONITOR             1
+       #define HAS_AES                 1
 #endif
 
 #if defined(TELEBT_V_0_1)
        #define IGNITE_ON_P2            1
        #define IGNITE_ON_P0            0
        #define PACKET_HAS_MASTER       0
-       #define PACKET_HAS_SLAVE        1
+       #define PACKET_HAS_SLAVE        0
        #define AO_LED_RED              2
        #define AO_LED_GREEN            1
        #define LEDS_AVAILABLE          (AO_LED_RED|AO_LED_GREEN)
        #define HAS_ACCEL               0
        #define HAS_IGNITE              1
        #define HAS_MONITOR             0
+       #define HAS_AES                 1
 #endif
 
 #if DBG_ON_P1