AP_HAL: Util, add custom terrain and log methods
This commit is contained in:
parent
5c4ae15deb
commit
e5a90c7a34
@ -26,6 +26,9 @@ public:
|
||||
void set_soft_armed(const bool b) { soft_armed = b; }
|
||||
bool get_soft_armed() const { return soft_armed; }
|
||||
|
||||
virtual const char* get_custom_log_directory() { return NULL; }
|
||||
virtual const char* get_custom_terrain_directory() const { return NULL; }
|
||||
|
||||
// run a debug shall on the given stream if possible. This is used
|
||||
// to support dropping into a debug shell to run firmware upgrade
|
||||
// commands
|
||||
|
Loading…
Reference in New Issue
Block a user