소스 검색

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) {