From eaeb7fb8802ea8e05973d24ed08d4b97fa89cf89 Mon Sep 17 00:00:00 2001 From: Tester23 <85486843+openshwprojects@users.noreply.github.com> Date: Wed, 13 Aug 2025 00:18:53 +0200 Subject: [PATCH] Update hal_ota_bl602.c --- src/hal/bl602/hal_ota_bl602.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/hal/bl602/hal_ota_bl602.c b/src/hal/bl602/hal_ota_bl602.c index d9fbf9f10..c12653965 100644 --- a/src/hal/bl602/hal_ota_bl602.c +++ b/src/hal/bl602/hal_ota_bl602.c @@ -1,3 +1,4 @@ +#ifdef PLATFORM_BL602 #include #include @@ -304,3 +305,6 @@ int http_rest_post_flash(http_request_t* request, int startaddr, int maxaddr) +#endif // PLATFORM_BL602 + +