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