altos/cc1111: Remove 'show tasks' command
[fw/altos] / src / cc1111 / ao_pins.h
index 1bc3d716004503bc4d0e2ad4f463cb53824c1b6c..9cbb0a7b51aed07894959821dd9d68b27fff16af 100644 (file)
@@ -20,6 +20,8 @@
 
 #define HAS_RADIO              1
 #define DISABLE_LOG_SPACE      1
+#define AO_VALUE_32            0
+#define HAS_WIDE_GPS           0
 
 #if defined(TELEMETRUM_V_1_0)
        /* Discontinued and was never built with CC1111 chips needing this */
@@ -59,6 +61,7 @@
        #define HAS_TELEMETRY           1
        #define HAS_RADIO_RATE          0       /* not enough space for this */
        #define HAS_MUTEX_TRY           0
+       #define HAS_TASK_INFO           0       /* not enough space for this either */
 #endif
 
 #if defined(TELEMETRUM_V_1_1)