ardupilot/libraries/AP_FlashStorage
Andrew Tridgell 6e1e89bb70 AP_FlashStorage: fixed a corruption bug
many thanks to @sh83 for tracking down this bug. When write_all() is
called with non-zero offset in init it ends up calling write with an
invalid offset, triggering a full reset

This fixes issue #10874
2019-03-28 14:33:44 +11:00
..
examples/FlashTest AP_FlashStorage: adjust example so it does not exit 2018-09-19 22:40:20 -07:00
AP_FlashStorage.cpp AP_FlashStorage: fixed a corruption bug 2019-03-28 14:33:44 +11:00
AP_FlashStorage.h AP_FlashStorage: fixed a corruption bug 2019-03-28 14:33:44 +11:00