Skip to content

Commit d12fa87

Browse files
committed
Revert "Removed unnecessary commented lines from PinNames.h"
This reverts commit 0adc3fd.
1 parent 0adc3fd commit d12fa87

File tree

1 file changed

+6
-2
lines changed
  • targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1170/TARGET_EVK

1 file changed

+6
-2
lines changed

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1170/TARGET_EVK/PinNames.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,14 @@ typedef enum {
207207
GPIO_LPSR_14 = ((6 << GPIO_PORT_SHIFT) | 14),
208208
GPIO_LPSR_15 = ((6 << GPIO_PORT_SHIFT) | 15),
209209

210-
LED_GREEN = GPIO_AD_04,
210+
211+
// LED_GREEN = GPIO_AD_04,
211212

212213
// mbed original LED naming
213-
LED1 = LED_GREEN,
214+
// LED1 = LED_GREEN,
215+
// LED2 = LED_GREEN,
216+
// LED3 = LED_GREEN,
217+
// LED4 = LED_GREEN,
214218

215219
// USB Pins
216220
CONSOLE_TX = GPIO_AD_24,

0 commit comments

Comments
 (0)