👽️ Include <EEPROM.h> in STM32 (for now) (#22054)
This commit is contained in:
parent
83430be580
commit
c515bfb5fb
@ -28,6 +28,10 @@
|
|||||||
|
|
||||||
#include "../shared/eeprom_api.h"
|
#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 <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
|
||||||
* even have multiple "banks" of flash.
|
* even have multiple "banks" of flash.
|
||||||
|
Loading…
Reference in New Issue
Block a user