From 2344926f92f837703ae7a6d484daf6ca3210472a Mon Sep 17 00:00:00 2001 From: Razvalyaev Date: Wed, 19 Nov 2025 00:38:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=B5=D0=B0=D0=BA=D1=82=D0=B8=D0=B2?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D1=8F=20=D0=BC=D0=BE=D0=B4=D1=83=D0=BB=D1=8F?= =?UTF-8?q?=20=5F=5Fgeneral=5Fflash,=20=D1=82.=D0=BA.=20=D0=BE=D0=BD=20?= =?UTF-8?q?=D0=B2=D1=81=D0=B5=20=D1=80=D0=B0=D0=B2=D0=BD=D0=BE=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BA=D0=B0=20=D0=BD=D0=B5=20=D1=81=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D0=B0=D0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Src/__general_flash.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Src/__general_flash.c b/Src/__general_flash.c index f7c5e7c..9261629 100644 --- a/Src/__general_flash.c +++ b/Src/__general_flash.c @@ -1,4 +1,6 @@ #include "__general_flash.h" + +#if 0 FLASH_EraseInitTypeDef EraseInitStruct; extern HAL_StatusTypeDef res_hal; unsigned CRC_Update; @@ -190,3 +192,4 @@ HAL_StatusTypeDef FLASH_Write_Word(uint32_t Address, uint32_t Data) } //---------------------------------------------------------- +#endif \ No newline at end of file