mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-06 07:53:57 -04:00
AP_Scripting: allow scripting on 2Mb boards with littlefs
This commit is contained in:
parent
3626f5fd0c
commit
f706b8615e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user