altos/cc1111: Remove 'show tasks' command
authorKeith Packard <keithp@keithp.com>
Fri, 1 Jul 2016 03:43:03 +0000 (20:43 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 1 Jul 2016 03:43:03 +0000 (20:43 -0700)
This saves space on cc1111 parts.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/cc1111/ao_pins.h

index e12f813f8b0b7f8a48fef078252f093de42bb615..9cbb0a7b51aed07894959821dd9d68b27fff16af 100644 (file)
@@ -61,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)