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 9e2a763 commit ccc1c78Copy full SHA for ccc1c78
src/variantHooks.cpp
@@ -51,10 +51,7 @@ void initVariant(void)
51
#endif
52
53
setup(); // the normal Arduino setup() function is run here.
54
-
55
vTaskStartScheduler(); // initialise and run the freeRTOS scheduler. Execution should never return here.
56
57
- vApplicationMallocFailedHook(); // Probably we've failed trying to initialise heap for the scheduler. Let someone know.
58
}
59
60
0 commit comments