Revert "Removed unnecessary commented lines from PinNames.h"

This reverts commit 0adc3fd570.
pull/14505/head
s-bruce13 2021-04-12 09:48:40 -05:00
parent 0adc3fd570
commit d12fa879ac
1 changed files with 6 additions and 2 deletions

View File

@ -207,10 +207,14 @@ typedef enum {
GPIO_LPSR_14 = ((6 << GPIO_PORT_SHIFT) | 14),
GPIO_LPSR_15 = ((6 << GPIO_PORT_SHIFT) | 15),
LED_GREEN = GPIO_AD_04,
// LED_GREEN = GPIO_AD_04,
// mbed original LED naming
LED1 = LED_GREEN,
// LED1 = LED_GREEN,
// LED2 = LED_GREEN,
// LED3 = LED_GREEN,
// LED4 = LED_GREEN,
// USB Pins
CONSOLE_TX = GPIO_AD_24,