summaryrefslogtreecommitdiff
path: root/src/micropeak/ao_pins.h
diff options
context:
space:
mode:
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