diff --git a/libraries/AP_HAL/Util.h b/libraries/AP_HAL/Util.h index ac789fb080..a43abdf597 100644 --- a/libraries/AP_HAL/Util.h +++ b/libraries/AP_HAL/Util.h @@ -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