Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Aug 21, 2024
1 parent 4db56d7 commit d71adb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mcu/f421/Src/eeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "at32f421_flash.h"

#define page_size 0x400 // 1 kb for f051
#define page_size 0x400 // 1 kb for f421

bool save_flash_nolib(const uint8_t* data, uint32_t length, uint32_t add)
{
Expand Down

0 comments on commit d71adb8

Please sign in to comment.