AP_Filesystem: AP_Filesystem_ESP32 allow_absolute_paths in ::open()

This commit is contained in:
Nicholas Kruzan 2022-04-04 13:06:29 +00:00 committed by Andrew Tridgell
parent 1c5a954b24
commit c3e071579d

View File

@ -26,7 +26,7 @@
extern const AP_HAL::HAL& hal;
int AP_Filesystem_ESP32::open(const char *fname, int flags)
int AP_Filesystem_ESP32::open(const char *fname, int flags, bool allow_absolute_paths)
{
#if FSDEBUG
printf("DO open %s \n", fname);