summaryrefslogtreecommitdiff
path: root/src/micropeak/ao_pins.h
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2012-11-20 12:37:38 -0700
committerBdale Garbee <bdale@gag.com>2012-11-20 12:37:38 -0700
commitceea0e75ac42acac4a20bf88f34bb93fd2768f4c (patch)
tree16fa8a0f92e10e349be175b86db6b37cb1d508d9 /src/micropeak/ao_pins.h
parent7738ddc5dcf4a9609ae2b066a783e3c9fa03d3be (diff)
parent285fccfa82d89b0decc3b44f413eef9d0c8f1e63 (diff)
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'src/micropeak/ao_pins.h')
-rw-r--r--src/micropeak/ao_pins.h7
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