Get E2END from pins, fix Linux buffer

This commit is contained in:
Scott Lahteine
2019-07-09 21:26:35 -05:00
parent 01e8813286
commit 3ae3bf5d33
13 changed files with 21 additions and 23 deletions

View File

@ -33,7 +33,7 @@
#include "../shared/persistent_store_api.h"
#ifndef E2END
#define E2END 4095
#define E2END 0xFFF // 4KB
#endif
#define HAL_STM32F1_EEPROM_SIZE (E2END + 1)