From e825475df358aec0acc41c3d9cdbc3972e9d4bc3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 10 Apr 2026 12:32:05 +0200 Subject: [PATCH] vaja uporabe gita --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);