We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117ce05 commit 4bd9c6fCopy full SHA for 4bd9c6f
cores/arduino/main.cpp
@@ -112,8 +112,8 @@ void arduino_main(void)
112
Serial.begin(115200);
113
#endif
114
startAgt();
115
- setup();
116
start_freertos_on_header_inclusion();
+ setup();
117
while (1)
118
{
119
loop();
libraries/Arduino_FreeRTOS/src/portable/FSP/port.c
@@ -226,6 +226,7 @@ static void prvTaskExitError(void);
226
227
228
void loop_thread_func(void* arg) {
229
230
231
232
0 commit comments