diff options
| author | Keith Packard <keithp@keithp.com> | 2016-06-30 20:43:03 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2016-06-30 20:43:03 -0700 | 
| commit | 8a6a95bb24517af00717fd377bad82ddb2289cf0 (patch) | |
| tree | 5c9bcf959b75ccc93657edea51e315a1bf9d7a9b | |
| parent | d2e286f66d2b15df128ffe9b40a201242fc4a10a (diff) | |
altos/cc1111: Remove 'show tasks' command
This saves space on cc1111 parts.
Signed-off-by: Keith Packard <keithp@keithp.com>
| -rw-r--r-- | src/cc1111/ao_pins.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/cc1111/ao_pins.h b/src/cc1111/ao_pins.h index e12f813f..9cbb0a7b 100644 --- a/src/cc1111/ao_pins.h +++ b/src/cc1111/ao_pins.h @@ -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) | 
