1
0
Fork 0

Migrate STM32_EEPROM_ENABLE to use EEPROM_DRIVER (#14433)

This commit is contained in:
Joel Challis 2021-09-15 09:21:36 +01:00 committed by GitHub
parent b63453a75b
commit fa141a5a8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 22 additions and 73 deletions

View file

@ -23,10 +23,6 @@
#ifdef EEPROM_ENABLE
# include "eeprom.h"
#endif
#ifdef STM32_EEPROM_ENABLE
# include <hal.h>
# include "eeprom_stm32.h"
#endif
#include "wait.h"
#include "progmem.h"
#include "timer.h"