Skip to content

Commit

Permalink
Fix extern declaration in ORGPAL3
Browse files Browse the repository at this point in the history
***NO_CI***
  • Loading branch information
josesimoes committed Mar 8, 2024
1 parent 7f1a8c2 commit 7910510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/ChibiOS/ORGPAL_PALTHREE/nanoCLR/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <nanoHAL_v2.h>
#include <targetPAL.h>

extern uint8_t hal_spiffs_config();
extern int32_t hal_spiffs_config();

// need to declare the Receiver thread here
osThreadDef(ReceiverThread, osPriorityHigh, 2048, "ReceiverThread");
Expand Down

0 comments on commit 7910510

Please sign in to comment.