Add STM32F1 support for SD-based EEPROM
This commit is contained in:
@ -33,7 +33,6 @@ namespace HAL {
|
||||
namespace PersistentStore {
|
||||
|
||||
bool access_start() { return true; }
|
||||
|
||||
bool access_finish() { return true; }
|
||||
|
||||
bool write_data(int &pos, const uint8_t *value, uint16_t size, uint16_t *crc) {
|
||||
|
Reference in New Issue
Block a user