mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AP_FileSystem: do listing for SYS without slash as well
This commit is contained in:
parent
02e9519ab0
commit
bf4f482f5e
@ -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…
Reference in New Issue
Block a user