|
@ -21,7 +21,7 @@ |
|
|
* |
|
|
* |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
#if defined(STM32GENERIC) && (defined(STM32F4) || defined(STM32F4xx)) |
|
|
#if defined(STM32GENERIC) && defined(STM32F4) |
|
|
|
|
|
|
|
|
#include "../shared/persistent_store_api.h" |
|
|
#include "../shared/persistent_store_api.h" |
|
|
|
|
|
|
|
@ -66,4 +66,4 @@ bool PersistentStore::read_data(int &pos, uint8_t* value, size_t size, uint16_t |
|
|
size_t PersistentStore::capacity() { return E2END + 1; } |
|
|
size_t PersistentStore::capacity() { return E2END + 1; } |
|
|
|
|
|
|
|
|
#endif // EEPROM_SETTINGS
|
|
|
#endif // EEPROM_SETTINGS
|
|
|
#endif // STM32F4 || STM32F4xx
|
|
|
#endif // STM32GENERIC && STM32F4
|
|
|