mirror of https://github.com/ArduPilot/ardupilot
AP_Filesystem: use @ROMFS
This commit is contained in:
parent
9f2c689ec8
commit
10c709a5a1
|
@ -39,7 +39,7 @@ static AP_Filesystem_ROMFS fs_romfs;
|
|||
const AP_Filesystem::Backend AP_Filesystem::backends[] = {
|
||||
{ nullptr, fs_local },
|
||||
#ifdef HAL_HAVE_AP_ROMFS_EMBEDDED_H
|
||||
{ ":ROMFS/", fs_romfs },
|
||||
{ "@ROMFS/", fs_romfs },
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue