Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 2 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /