From 64c5603fa8599c8f330ed348a7c8c84be5eae116 Mon Sep 17 00:00:00 2001 From: Tester23 <85486843+openshwprojects@users.noreply.github.com> Date: Fri, 15 Aug 2025 13:39:36 +0200 Subject: [PATCH] not needed header --- src/hal/hal_ota.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/hal/hal_ota.h b/src/hal/hal_ota.h index 4474524c4..a2f9fb794 100644 --- a/src/hal/hal_ota.h +++ b/src/hal/hal_ota.h @@ -13,19 +13,6 @@ #define START_ADR_OF_BK_PARTITION_OTA 0x132000 #endif -/// @brief Initialise OTA flash starting at startaddr. Only used for Beken SDK. -/// @param startaddr -/// @return -int init_ota(unsigned int startaddr); - -/// @brief Add any length of data to OTA. Only used for Beken SDK. -/// @param data -/// @param len -void add_otadata(unsigned char *data, int len); - -/// @brief Finalise OTA flash (write last sector if incomplete). Only used for Beken SDK. -void close_ota(); - /// @brief Handle OTA request. Only used for Beken SDK. /// @param urlin void otarequest(const char *urlin);