فهرست منبع

Merge pull request #23 from RT-Thread-packages/Guozhanxin-patch-1

Update PKG_USING_FAL to RT_USING_FAL
guo 2 سال پیش
والد
کامیت
519795b04d
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/http_ota.c

+ 2 - 2
src/http_ota.c

@@ -36,9 +36,9 @@
 #define HTTP_OTA_URL              PKG_HTTP_OTA_URL
 
 /* the address offset of download partition */
-#ifndef PKG_USING_FAL
+#ifndef RT_USING_FAL
 #error "Please enable and confirgure FAL part."
-#endif /* PKG_USING_FAL */
+#endif /* RT_USING_FAL */
 const struct fal_partition * dl_part = RT_NULL;
 static int begin_offset = 0;
 static int file_size = 0;