Skip to content

Commit

Permalink
Removed unnecessary commented lines from PinNames.h
Browse files Browse the repository at this point in the history
  • Loading branch information
s-bruce13 committed Apr 12, 2021
1 parent e2c2b2b commit 0adc3fd
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,14 +207,10 @@ 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,
// LED2 = LED_GREEN,
// LED3 = LED_GREEN,
// LED4 = LED_GREEN,
LED1 = LED_GREEN,

// USB Pins
CONSOLE_TX = GPIO_AD_24,
Expand Down

0 comments on commit 0adc3fd

Please sign in to comment.