|
@ -17,17 +17,17 @@ |
|
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
* |
|
|
* |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
* HAL PersistentStore for STM32F1 |
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
#ifdef __STM32F1__ |
|
|
#ifdef __STM32F1__ |
|
|
|
|
|
|
|
|
#include "../../inc/MarlinConfig.h" |
|
|
#include "../../inc/MarlinConfig.h" |
|
|
|
|
|
|
|
|
#if USE_WIRED_EEPROM |
|
|
#if USE_WIRED_EEPROM |
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
* PersistentStore for Arduino-style EEPROM interface |
|
|
|
|
|
* with simple implementations supplied by Marlin. |
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
#include "../shared/eeprom_if.h" |
|
|
#include "../shared/eeprom_if.h" |
|
|
#include "../shared/eeprom_api.h" |
|
|
#include "../shared/eeprom_api.h" |
|
|
|
|
|
|
|
|