Преглед изворни кода

fix: Use correct include path for freertos/task.h

Stefan Profanter пре 5 година
родитељ
комит
60f55a6ad6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      arch/freertosLWIP/ua_clock.c

+ 1 - 1
arch/freertosLWIP/ua_clock.c

@@ -9,7 +9,7 @@
 #ifdef UA_ARCHITECTURE_FREERTOSLWIP
 
 #include <open62541/types.h>
-#include <task.h>
+#include <freertos/task.h>
 
 /* The current time in UTC time */
 UA_DateTime UA_DateTime_now(void) {