diff options
author | Keith Packard <keithp@keithp.com> | 2012-11-18 10:35:39 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-11-18 10:35:39 -0800 |
commit | 8ff0db3979405357003b52022e564a3da75ec3fb (patch) | |
tree | 2940d7ea17fc9d35db123e6b3bf8a6b5ff83fba0 /src/micropeak/ao_pins.h | |
parent | ba3532a8ca7083b09fde5827faeb95f0c2f3b07c (diff) |
altos: micropeak LED is orange now, not blue
Change the names around to match
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/micropeak/ao_pins.h')
-rw-r--r-- | src/micropeak/ao_pins.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/micropeak/ao_pins.h b/src/micropeak/ao_pins.h index 64f4444f..257b8694 100644 --- a/src/micropeak/ao_pins.h +++ b/src/micropeak/ao_pins.h @@ -19,10 +19,11 @@ #define _AO_PINS_H_ #include <avr/pgmspace.h> -#define AO_LED_BLUE (1<<4) +#define AO_LED_ORANGE (1<<4) #define AO_LED_SERIAL 4 -#define AO_LED_PANIC AO_LED_BLUE -#define LEDS_AVAILABLE (AO_LED_BLUE) +#define AO_LED_PANIC AO_LED_ORANGE +#define AO_LED_REPORT AO_LED_ORANGE +#define LEDS_AVAILABLE (AO_LED_ORANGE) #define USE_SERIAL_1_STDIN 0 #define HAS_USB 0 #define PACKET_HAS_SLAVE 0 |