Modified LED definition for WIZwiki-W7500ECO board.

pull/1361/head
kaizen8501 2015-09-30 11:17:59 +09:00
parent c07b81c52d
commit e3e7077784
1 changed files with 2 additions and 12 deletions

View File

@ -165,18 +165,8 @@ typedef enum {
// Generic signals namings
LED_RED = PC_8,
LED_GREEN = PC_9,
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,
LED1 = PA_01,
LED2 = PA_02,
USBTX = PC_10,
USBRX = PC_11,