mirror of https://github.com/ARMmbed/mbed-os.git
[M2351] Fix LED_GREEN naming error
parent
8bf51be75a
commit
67e0b7faf0
|
@ -165,7 +165,7 @@ typedef enum {
|
|||
LED2 = PA_11,
|
||||
LED3 = PA_10, // No real LED. Just for passing ATS.
|
||||
LED4 = PA_11, // No real LED. Just for passing ATS.
|
||||
LED_GREEN = LED2,
|
||||
LED_GREEN = LED1,
|
||||
|
||||
// Button naming
|
||||
SW2 = PB_0,
|
||||
|
|
Loading…
Reference in New Issue