Skip to content

Commit 48398a9

Browse files
Change freertos include used to fix the macro not found
1 parent c8371e1 commit 48398a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/platform/silabs/SoftwareFaultReports.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818

1919
#include "SoftwareFaultReports.h"
20-
#include "FreeRTOS.h"
20+
#include "FreeRTOSConfig.h"
2121
#include "silabs_utils.h"
2222
#include <app/clusters/software-diagnostics-server/software-diagnostics-server.h>
2323
#include <app/util/attribute-storage.h>

0 commit comments

Comments
 (0)