MCPcopy Create free account
hub / github.com/ArduPilot/ardupilot / retry_mount

Method retry_mount

libraries/AP_Filesystem/AP_Filesystem.cpp:302–305  ·  view source on GitHub ↗

if filesystem is not running then try a remount

Source from the content-addressed store, hash-verified

300
301// if filesystem is not running then try a remount
302bool AP_Filesystem::retry_mount(void)
303{
304 return LOCAL_BACKEND.fs.retry_mount();
305}
306
307// unmount filesystem for reboot
308void AP_Filesystem::unmount(void)

Callers 4

_io_threadMethod · 0.45
_storage_openMethod · 0.45
_save_backupMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected