aboutsummaryrefslogtreecommitdiff
path: root/main/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/main.cpp')
-rw-r--r--main/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/main.cpp b/main/main.cpp
index d9d5e56..ace9f01 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -31,7 +31,7 @@ int main() {
// this should compile but not work
lwip_socket(AF_INET, SOCK_STREAM, IPPROTO_TCP);
- // xTaskCreate((TaskFunction_t) blink_task, "blink", 128, NULL, 1, NULL);
- // vTaskStartScheduler();
+ xTaskCreate((TaskFunction_t) blink_task, "blink", 128, NULL, 1, NULL);
+ vTaskStartScheduler();
}