mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Filesystem: AP_Filesystem_ESP32 allow_absolute_paths in ::open()
This commit is contained in:
parent
1c5a954b24
commit
c3e071579d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user