diff options
| author | Keith Packard <keithp@keithp.com> | 2016-06-29 16:07:22 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2016-06-29 19:17:45 -0700 | 
| commit | 6c022e094f6f3c551355742a6f9c3deb6e554fe1 (patch) | |
| tree | 2a0e89671f754dad1a39018c643465d7fdae2e05 /src | |
| parent | 349a63aeed6cdeb89bf18c7b2e2c40782c79cc00 (diff) | |
altos/telemini-v2.0: Remove show tasks command
There's not enough memory for this command, and it isn't necessary.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/telemini-v2.0/ao_pins.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/telemini-v2.0/ao_pins.h b/src/telemini-v2.0/ao_pins.h index ed911798..e75adc07 100644 --- a/src/telemini-v2.0/ao_pins.h +++ b/src/telemini-v2.0/ao_pins.h @@ -44,6 +44,7 @@  #define PACKET_HAS_SLAVE	1  #define HAS_RADIO_RATE		1  #define HAS_TELEMETRY		1 +#define HAS_TASK_INFO		0  #define AO_LED_RED		2  #define LEDS_AVAILABLE		AO_LED_RED | 
