AP_HAL: removed fs_init()

this must go via AP_Filesystem
This commit is contained in:
Andrew Tridgell 2020-10-24 12:24:26 +11:00 committed by Peter Barker
parent e429d578fa
commit 2596875ceb
1 changed files with 0 additions and 5 deletions

View File

@ -179,11 +179,6 @@ public:
*/
virtual uint32_t available_memory(void) { return 4096; }
/*
initialise (or re-initialise) filesystem storage
*/
virtual bool fs_init(void) { return false; }
// attempt to trap the processor, presumably to enter an attached debugger
virtual bool trap() const { return false; }