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