Skip to content

Commit 11fb728

Browse files
committed
FreeRTOS port: add setup() and loop() extern declaration
1 parent 71e2fd2 commit 11fb728

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ static void prvTaskExitError(void);
226226

227227
#endif
228228

229+
extern void setup(void);
230+
extern void loop(void);
229231

230232
static void sketch_thread_func(void* arg) {
231233
bool early_start = (bool)arg;

0 commit comments

Comments
 (0)