Skip to content
Snippets Groups Projects
Commit f87824ef authored by Jason Kridner's avatar Jason Kridner Committed by Albert ARIBAUD
Browse files

BeagleBoard: fix LED 0/1 in driver


Fixed USR0/USR1 to be LED 0/1 respectively

Signed-off-by: default avatarJason Kridner <jkridner@beagleboard.org>
Signed-off-by: default avatarKoen Kooi <koen@dominion.thruhere.net>
Signed-off-by: default avatarJoel A Fernandes <agnel.joel@gmail.com>
Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
parent 95492d78
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,8 @@
static unsigned int saved_state[2] = {STATUS_LED_OFF, STATUS_LED_OFF};
/* GPIO pins for the LEDs */
#define BEAGLE_LED_USR0 149
#define BEAGLE_LED_USR1 150
#define BEAGLE_LED_USR0 150
#define BEAGLE_LED_USR1 149
#ifdef STATUS_LED_GREEN
void green_LED_off (void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment