деактивация модуля __general_flash, т.к. он все равно пока не сделан
This commit is contained in:
parent
272642b310
commit
2344926f92
@ -1,4 +1,6 @@
|
|||||||
#include "__general_flash.h"
|
#include "__general_flash.h"
|
||||||
|
|
||||||
|
#if 0
|
||||||
FLASH_EraseInitTypeDef EraseInitStruct;
|
FLASH_EraseInitTypeDef EraseInitStruct;
|
||||||
extern HAL_StatusTypeDef res_hal;
|
extern HAL_StatusTypeDef res_hal;
|
||||||
unsigned CRC_Update;
|
unsigned CRC_Update;
|
||||||
@ -190,3 +192,4 @@ HAL_StatusTypeDef FLASH_Write_Word(uint32_t Address, uint32_t Data)
|
|||||||
}
|
}
|
||||||
//----------------------------------------------------------
|
//----------------------------------------------------------
|
||||||
|
|
||||||
|
#endif
|
||||||
Loading…
Reference in New Issue
Block a user