AP_Filesystem: fixup AP_FILESYSTEM_FILE_WRITING_ENABLED comment

This commit is contained in:
Iampete1 2024-03-10 17:41:53 +00:00 committed by Andrew Tridgell
parent 90ad109047
commit 8d7052887c
1 changed files with 1 additions and 1 deletions

View File

@ -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