Browse Source

AP_Filesystem: AP_Filesystem_ESP32 allow_absolute_paths in ::open()

apm_2208
Nicholas Kruzan 3 years ago committed by Andrew Tridgell
parent
commit
c3e071579d
  1. 2
      libraries/AP_Filesystem/AP_Filesystem_ESP32.cpp

2
libraries/AP_Filesystem/AP_Filesystem_ESP32.cpp

@ -26,7 +26,7 @@ @@ -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…
Cancel
Save