Browse Source

AP_HAL: removed fs_init()

this must go via AP_Filesystem
c415-sdk
Andrew Tridgell 4 years ago committed by Peter Barker
parent
commit
2596875ceb
  1. 5
      libraries/AP_HAL/Util.h

5
libraries/AP_HAL/Util.h

@ -179,11 +179,6 @@ public: @@ -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; }

Loading…
Cancel
Save