From 5434abe729f369dead1706d46b7fb0e588f5d8ff Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Tue, 2 Apr 2013 17:40:24 +0200 Subject: digital/beacon: add fourth led for lol-v2 hardware --- digital/beacon/src/led.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital') diff --git a/digital/beacon/src/led.c b/digital/beacon/src/led.c index d8a0839c..a2b4c77e 100644 --- a/digital/beacon/src/led.c +++ b/digital/beacon/src/led.c @@ -52,7 +52,7 @@ void led_display_state(int state) void init_led(void) { /*D5/D6/D7 are configured in output */ - DDRD = 0xE0; + DDRD = 0xF0; } /* This function activates a specific led */ -- cgit v1.2.3