mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 16:16:13 +00:00
👽️ Update FLASH_EEPROM_EMULATION include
This commit is contained in:
parent
504c569f9c
commit
de0fc08744
1 changed files with 1 additions and 4 deletions
|
@ -27,10 +27,7 @@
|
||||||
#if ENABLED(FLASH_EEPROM_EMULATION)
|
#if ENABLED(FLASH_EEPROM_EMULATION)
|
||||||
|
|
||||||
#include "../shared/eeprom_api.h"
|
#include "../shared/eeprom_api.h"
|
||||||
|
#include "utility/stm32_eeprom.h"
|
||||||
// Better: "utility/stm32_eeprom.h", but only after updating stm32duino to 2.0.0
|
|
||||||
// Use EEPROM.h for compatibility, for now.
|
|
||||||
#include <EEPROM.h>
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The STM32 HAL supports chips that deal with "pages" and some with "sectors" and some that
|
* The STM32 HAL supports chips that deal with "pages" and some with "sectors" and some that
|
||||||
|
|
Loading…
Reference in a new issue