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