Skip to content

Commit ea79b86

Browse files
committed
Added comment in test-app
1 parent 9b42782 commit ea79b86

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test-app/app_mcxw.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,17 @@ void main(void)
7777

7878
hal_init();
7979
if (bootVer == 1) {
80+
/* Blue LED ON, GPIOA port A pin 20 */
8081
GPIO_PinWrite(GPIOA, 20, 0);
8182
wolfBoot_update_trigger();
8283
}
8384
else {
84-
/* Green LED GPIOA port A pin 19 */
85+
/* Green LED ON, GPIOA port A pin 19 */
8586
GPIO_PinWrite(GPIOA, 19, 0);
8687
/* mark boot successful */
8788
wolfBoot_success();
8889
}
8990

90-
91-
9291
/* busy wait */
9392
while (1) {
9493
__WFI();

0 commit comments

Comments
 (0)