mirror of https://github.com/ArduPilot/ardupilot
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
|
||||
#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
|
||||
// excludes virtual files like SYSFS, and the magic param/mission
|
||||
// upload targets, and also excludes ROMFS (where you can read but not
|
||||
|
|
Loading…
Reference in New Issue