Arduino_STM32
Arduino_STM32 copied to clipboard
EEPROM::update returns EEPROM_OK on success, not FLASH_COMPLETE as stated in comment
https://github.com/rogerclarkmelbourne/Arduino_STM32/blob/683e5a371e14fd0ffb72c183599069655a79aec5/STM32F1/libraries/EEPROM/EEPROM.cpp#L524-L544
The comment needs to be updated.
The same applies to EEPROM::write and EEPROM::EE_VerifyPageFullWriteVariable.