Explorar el Código

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

Stefan Profanter hace 5 años
padre
commit
60f55a6ad6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {