Skip to content

Commit 135fffc

Browse files
committed
Revert "freertos: declare start_freertos_on_header_inclusion only if required"
This reverts commit b83fd20.
1 parent 7e83b8b commit 135fffc

File tree

1 file changed

+0
-2
lines changed
  • libraries/Arduino_FreeRTOS/src/portable/FSP

1 file changed

+0
-2
lines changed

libraries/Arduino_FreeRTOS/src/portable/FSP/port.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ static void prvTaskExitError(void);
225225

226226
#endif
227227

228-
#ifdef PROVIDE_FREERTOS_HOOK
229228
void loop_thread_func(void* arg) {
230229
while (1)
231230
{
@@ -246,7 +245,6 @@ void start_freertos_on_header_inclusion() {
246245

247246
vTaskStartScheduler();
248247
}
249-
#endif
250248

251249
/* Arduino specific overrides */
252250
void delay(uint32_t ms) {

0 commit comments

Comments
 (0)