Skip to content

Commit

Permalink
更新flash驱动
Browse files Browse the repository at this point in the history
  • Loading branch information
Aladdin-Wang committed Nov 12, 2024
1 parent bb86e9a commit d11ca48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/flash_blob/flash/STM32_FLASH_DEV.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ static struct FlashDevice const FlashDevice = {
};
#endif

#ifdef STM32F407xx
#ifdef STM32F4xx_1024
#include "stm32f4xx.h"
static struct FlashDevice const FlashDevice = {
FLASH_DRV_VERS, // Driver Version, do not modify!
Expand Down

0 comments on commit d11ca48

Please sign in to comment.