Browse Source

AP_FileSystem: do listing for SYS without slash as well

c415-sdk
bugobliterator 4 years ago committed by Andrew Tridgell
parent
commit
bf4f482f5e
  1. 1
      libraries/AP_Filesystem/AP_Filesystem.cpp

1
libraries/AP_Filesystem/AP_Filesystem.cpp

@ -53,6 +53,7 @@ const AP_Filesystem::Backend AP_Filesystem::backends[] = { @@ -53,6 +53,7 @@ const AP_Filesystem::Backend AP_Filesystem::backends[] = {
#endif
{ "@PARAM/", fs_param },
{ "@SYS/", fs_sys },
{ "@SYS", fs_sys },
};
#define MAX_FD_PER_BACKEND 256U

Loading…
Cancel
Save