mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_Filesystem: fixup AP_FILESYSTEM_FILE_WRITING_ENABLED comment
This commit is contained in:
parent
90ad109047
commit
8d7052887c
@ -34,7 +34,7 @@
|
|||||||
#define AP_FILESYSTEM_SYS_ENABLED 1
|
#define AP_FILESYSTEM_SYS_ENABLED 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// AP_FILESYSTEM_FILE_READING_ENABLED is true if you could expect to
|
// AP_FILESYSTEM_FILE_WRITING_ENABLED is true if you could expect to
|
||||||
// be able to open and write a non-virtual file. Notably this
|
// be able to open and write a non-virtual file. Notably this
|
||||||
// excludes virtual files like SYSFS, and the magic param/mission
|
// excludes virtual files like SYSFS, and the magic param/mission
|
||||||
// upload targets, and also excludes ROMFS (where you can read but not
|
// upload targets, and also excludes ROMFS (where you can read but not
|
||||||
|
Loading…
Reference in New Issue
Block a user