mirror of https://github.com/ARMmbed/mbed-os.git
Modified LED definition for WIZwiki-W7500ECO board.
parent
c07b81c52d
commit
e3e7077784
|
@ -165,18 +165,8 @@ typedef enum {
|
||||||
|
|
||||||
|
|
||||||
// Generic signals namings
|
// Generic signals namings
|
||||||
LED_RED = PC_8,
|
LED1 = PA_01,
|
||||||
LED_GREEN = PC_9,
|
LED2 = PA_02,
|
||||||
LED_BLUE = PC_5,
|
|
||||||
|
|
||||||
LED1 = LED_RED,
|
|
||||||
LED2 = LED_GREEN,
|
|
||||||
LED3 = LED_BLUE,
|
|
||||||
LED4 = LED_BLUE,
|
|
||||||
|
|
||||||
LEDR = LED_RED,
|
|
||||||
LEDG = LED_GREEN,
|
|
||||||
LEDB = LED_BLUE,
|
|
||||||
|
|
||||||
USBTX = PC_10,
|
USBTX = PC_10,
|
||||||
USBRX = PC_11,
|
USBRX = PC_11,
|
||||||
|
|
Loading…
Reference in New Issue