Преглед на файлове

Hide UA_fileExist behind UA_ENABLE_DISCOVERY_SEMAPHORE

Jose Cabral преди 5 години
родител
ревизия
3027f6a5f7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      arch/common/ua_freeRTOS.h

+ 1 - 1
arch/common/ua_freeRTOS.h

@@ -28,7 +28,7 @@
 # define UA_realloc realloc
 #endif
 
-#ifdef UA_ENABLE_DISCOVERY
+#ifdef UA_ENABLE_DISCOVERY_SEMAPHORE
 # ifndef UA_fileExists
 #  define UA_fileExists(X) (0) //file managing is not part of freeRTOS. If the system provides it, please define it before
 # endif // UA_fileExists