Arduino_STM32 icon indicating copy to clipboard operation
Arduino_STM32 copied to clipboard

EEPROM::update returns EEPROM_OK on success, not FLASH_COMPLETE as stated in comment

Open me21 opened this issue 5 years ago • 0 comments

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.

me21 avatar Feb 07 '20 09:02 me21