Skip to content

Commit 47b15a4

Browse files
committed
Compile error not finding freertos
1 parent 327f739 commit 47b15a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArdConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@
5252
// that you do not use the netowrk functionality provided by the STK framework
5353
// but that you use the Standard Arduino functionality instead.
5454
#ifdef __RTOS__
55-
#include "FreeRTOS.h"
55+
#include "freertos/FreeRTOS.h"
5656
#endif

0 commit comments

Comments
 (0)