From b9599d6cbaf924b2c9f73511d5c7604ed57a755d Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 15 Jun 2024 14:15:36 +0200 Subject: compiling works again :cry: --- puzzle/dummy/main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'puzzle') diff --git a/puzzle/dummy/main.cpp b/puzzle/dummy/main.cpp index ddf3bf0..61c7b5b 100644 --- a/puzzle/dummy/main.cpp +++ b/puzzle/dummy/main.cpp @@ -4,7 +4,6 @@ #include #include -#include "drv/arduino/mod.h" #include "pb-mod.h" const char * PB_MOD_NAME = "dummy"; @@ -19,8 +18,6 @@ void testTask() { void setup() { Serial.begin(115200); - Serial.write("setup called\r\n"); xTaskCreate((TaskFunction_t) testTask, "test", configMINIMAL_STACK_SIZE, NULL, tskIDLE_PRIORITY + 2, NULL); - Serial.write("setup done\r\n"); } -- cgit v1.2.3