Skip to content

Commit 801708b

Browse files
committed
Maxim 3630: define LED4 same as LED1
1 parent 15cd3da commit 801708b

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_Maxim/TARGET_MAX32630/TARGET_MAX32630FTHR

1 file changed

+1
-1
lines changed

targets/TARGET_Maxim/TARGET_MAX32630/TARGET_MAX32630FTHR/PinNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ typedef enum {
7373
LED1 = LED_RED,
7474
LED2 = LED_GREEN,
7575
LED3 = LED_BLUE,
76-
LED4 = NOT_CONNECTED,
76+
LED4 = LED_RED,
7777

7878
// Push button
7979
SW1 = P2_3,

0 commit comments

Comments
 (0)