Official STMicroelectronics Arduino Core STM32F4 HAL compatibility (#11006)
This commit is contained in:
committed by
Scott Lahteine
parent
4dbec774b5
commit
e0276d2f32
@@ -21,7 +21,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef STM32F4
|
||||
#if defined(STM32F4) || defined(STM32F4xx)
|
||||
|
||||
#include "../persistent_store_api.h"
|
||||
|
||||
@@ -72,4 +72,4 @@ bool read_data(int &pos, uint8_t* value, uint16_t size, uint16_t *crc, const boo
|
||||
} // HAL
|
||||
|
||||
#endif // EEPROM_SETTINGS
|
||||
#endif // STM32F4
|
||||
#endif // STM32F4 || STM32F4xx
|
||||
|
||||
Reference in New Issue
Block a user