STM32 EEPROM emulation AN2594

Revision:
3:4bf7c01c5a48
Parent:
2:5da14988d0e5
Child:
5:34cb334d111b
--- a/eeprom.h	Sun Sep 21 20:24:52 2014 +0000
+++ b/eeprom.h	Fri Sep 26 20:06:53 2014 +0000
@@ -65,7 +65,7 @@
 #define PAGE_FULL               ((uint8_t)0x80)
 
 /* Variables' number */
-#define NumbOfVar               ((uint8_t)0x0F)
+#define NumbOfVar               ((uint8_t)0x80)
 
 /* Exported types ------------------------------------------------------------*/
 /* Exported macro ------------------------------------------------------------*/