diff --git a/test-app/app_mcxw.c b/test-app/app_mcxw.c index 66353934..903d91cb 100644 --- a/test-app/app_mcxw.c +++ b/test-app/app_mcxw.c @@ -77,18 +77,17 @@ void main(void) hal_init(); if (bootVer == 1) { + /* Blue LED ON, GPIOA port A pin 20 */ GPIO_PinWrite(GPIOA, 20, 0); wolfBoot_update_trigger(); } else { - /* Green LED GPIOA port A pin 19 */ + /* Green LED ON, GPIOA port A pin 19 */ GPIO_PinWrite(GPIOA, 19, 0); /* mark boot successful */ wolfBoot_success(); } - - /* busy wait */ while (1) { __WFI();