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_report_tiny.c | |
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_report_tiny.c')
-rw-r--r-- | src/micropeak/ao_report_tiny.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/micropeak/ao_report_tiny.c b/src/micropeak/ao_report_tiny.c index 5937508b..8b4960c6 100644 --- a/src/micropeak/ao_report_tiny.c +++ b/src/micropeak/ao_report_tiny.c @@ -17,7 +17,7 @@ #include <ao.h> -#define mid(time) ao_led_for(AO_LED_BLUE, time) +#define mid(time) ao_led_for(AO_LED_REPORT, time) #define pause(time) ao_delay(time) static void |