From a7f7927a271b689948482ec8e1d615e7f0ac38ce Mon Sep 17 00:00:00 2001 From: Oscar Duran Date: Mon, 30 Mar 2026 00:31:00 -0600 Subject: [PATCH] L2 Task 1 completada --- app/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main.cpp b/app/src/main.cpp index 5dfdde9c..b5b56dc0 100644 --- a/app/src/main.cpp +++ b/app/src/main.cpp @@ -2,7 +2,7 @@ #include #include -#define SLEEP_TIME_MS 1000 +#define SLEEP_TIME_MS 333 /* The devicetree node identifier for the "led0" alias. */ #define LED_NODE DT_ALIAS(led0)