raspberrypi / pico-sdk

BSD 3-Clause "New" or "Revised" License
3.24k stars 837 forks source link

`flash_safe_execute` timeout in documentation #1734

Closed oyama closed 1 week ago

oyama commented 2 weeks ago

There is an error in the documentation regarding the return value of the flash_safe_execute function in the pico_flash library. The documentation states that it returns PICO_TIMEOUT on timeout, but the implementation returns PICO_ERROR_TIMEOUT.

kilograham commented 1 week ago

merged into develop