Skip to content

Commit

Permalink
AP_Scripting: allow scripting on 2Mb boards with littlefs
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per committed Nov 30, 2024
1 parent ffd3781 commit 424f673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Scripting/AP_Scripting_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#if AP_SCRIPTING_ENABLED
#include <AP_Filesystem/AP_Filesystem_config.h>
// enumerate all of the possible places we can read a script from.
#if !AP_FILESYSTEM_POSIX_ENABLED && !AP_FILESYSTEM_FATFS_ENABLED && !AP_FILESYSTEM_ESP32_ENABLED && !AP_FILESYSTEM_ROMFS_ENABLED
#if !AP_FILESYSTEM_POSIX_ENABLED && !AP_FILESYSTEM_FATFS_ENABLED && !AP_FILESYSTEM_ESP32_ENABLED && !AP_FILESYSTEM_ROMFS_ENABLED && !AP_FILESYSTEM_LITTLEFS_ENABLED
#error "Scripting requires a filesystem"
#endif
#endif
Expand Down

0 comments on commit 424f673

Please sign in to comment.