Search found 1 match

by ccut93
Mon Jan 08, 2024 6:23 am
Forum: ESP-IDF
Topic: vTaskDelay delays way too long
Replies: 2
Views: 9995

vTaskDelay delays way too long

I set up a simple "hello world" project to verify functionality of FreeRTOS. My main loop creates a thread with function stillAlive(), which is supposed to print a message every 10ms, but it's actually printing every 1000ms. How do I fix this?
main.c
(492 Bytes) Downloaded 319 times