diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-18 16:11:57 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-18 16:11:57 +0200 |
commit | c1007f50de3ad7284d4a1afa6bfb3b6e427c3556 (patch) | |
tree | 37b6d0fca12343640bd497b3ad17c2d69842a529 /puzzle | |
parent | 1e54994000d1c26e9cbd724b76da5ceb273f9cbb (diff) |
stupid dumb bug
Diffstat (limited to 'puzzle')
-rw-r--r-- | puzzle/dummy/main.cpp | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/puzzle/dummy/main.cpp b/puzzle/dummy/main.cpp index 41d8993..d611014 100644 --- a/puzzle/dummy/main.cpp +++ b/puzzle/dummy/main.cpp @@ -1,14 +1,5 @@ #include <Arduino.h> -#include <FreeRTOS.h> -#include <task.h> - -void setup() { - Serial.begin(115200); -} - -void loop() { - Serial.write("."); - vTaskDelay(1000 / portTICK_PERIOD_MS); -} +void setup() { } +void loop() { } |