Skip to content
This repository was archived by the owner on Mar 11, 2020. It is now read-only.

Commit 4c14278

Browse files
author
vsergeev
committed
Merge pull request #3 from danmar/led2
Fixed LED4 typo
2 parents 3789a85 + 69a5c71 commit 4c14278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main_LPC17xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define LED1 (1<<18) /* LED1 = P1_18 */
3232
#define LED2 (1<<20) /* LED2 = P1_20 */
3333
#define LED3 (1<<21) /* LED3 = P1_21 */
34-
#define LED4 (1<<22) /* LED4 = P1_22 */
34+
#define LED4 (1<<23) /* LED4 = P1_23 */
3535

3636
volatile uint32_t msTicks; /* counts 1ms timeTicks */
3737

0 commit comments

Comments
 (0)