diff --git a/src/main.c b/src/main.c index 3824a6f..8def55d 100644 --- a/src/main.c +++ b/src/main.c @@ -14,7 +14,7 @@ int main(void) { // Example to turn on the Pico W LED bool led_on = true; - printf("Test print\n"); + while (true) { cyw43_arch_gpio_put(CYW43_WL_GPIO_LED_PIN, led_on);