From de0fc0874441a077150d4d915c550987c9d0de70 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 7 Jul 2021 23:34:24 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BD=EF=B8=8F=20Update=20FLASH=5FEEPROM?= =?UTF-8?q?=5FEMULATION=20include?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/HAL/STM32/eeprom_flash.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Marlin/src/HAL/STM32/eeprom_flash.cpp b/Marlin/src/HAL/STM32/eeprom_flash.cpp index dfeae9e9e5..68356ebee0 100644 --- a/Marlin/src/HAL/STM32/eeprom_flash.cpp +++ b/Marlin/src/HAL/STM32/eeprom_flash.cpp @@ -27,10 +27,7 @@ #if ENABLED(FLASH_EEPROM_EMULATION) #include "../shared/eeprom_api.h" - -// Better: "utility/stm32_eeprom.h", but only after updating stm32duino to 2.0.0 -// Use EEPROM.h for compatibility, for now. -#include +#include "utility/stm32_eeprom.h" /** * The STM32 HAL supports chips that deal with "pages" and some with "sectors" and some that