Browse Source

[Bsp] stm32f10x fm24cl64 drv correct size

Aubr.Cool 8 years ago
parent
commit
690128e839
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsp/stm32f10x/drivers/fm24cl64.c

+ 1 - 1
bsp/stm32f10x/drivers/fm24cl64.c

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