[Bsp] stm32f10x fm24cl64 drv correct size

This commit is contained in:
Aubr.Cool 2017-07-20 12:16:49 +08:00
parent 81feb775fa
commit 690128e839
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
const struct fm24clxx_config fm24cl64_cfg =
{
.size = 64 * 1024,
.size = 8 * 1024,
.addr = 0x50,
.flags = 0,
};