Skip to content

Commit

Permalink
Merge pull request #23 from RT-Thread-packages/Guozhanxin-patch-1
Browse files Browse the repository at this point in the history
Update PKG_USING_FAL to RT_USING_FAL
  • Loading branch information
Guozhanxin committed Jul 5, 2023
2 parents 2aa84de + 1a97e83 commit 519795b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/http_ota.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 519795b

Please sign in to comment.