From 8d7052887c61e032a9b49efe32d0ea2badea22e4 Mon Sep 17 00:00:00 2001 From: Iampete1 Date: Sun, 10 Mar 2024 17:41:53 +0000 Subject: [PATCH] AP_Filesystem: fixup AP_FILESYSTEM_FILE_WRITING_ENABLED comment --- libraries/AP_Filesystem/AP_Filesystem_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Filesystem/AP_Filesystem_config.h b/libraries/AP_Filesystem/AP_Filesystem_config.h index 63cf31f208..a184051610 100644 --- a/libraries/AP_Filesystem/AP_Filesystem_config.h +++ b/libraries/AP_Filesystem/AP_Filesystem_config.h @@ -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