aboutsummaryrefslogtreecommitdiff
path: root/puzzle
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-18 16:11:57 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-18 16:11:57 +0200
commitc1007f50de3ad7284d4a1afa6bfb3b6e427c3556 (patch)
tree37b6d0fca12343640bd497b3ad17c2d69842a529 /puzzle
parent1e54994000d1c26e9cbd724b76da5ceb273f9cbb (diff)
stupid dumb bug
Diffstat (limited to 'puzzle')
-rw-r--r--puzzle/dummy/main.cpp13
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() { }