mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-12 01:23:56 -03:00
AP_HAL: add littlefs build option
This commit is contained in:
parent
1faf1b3d9c
commit
948a38c623
@ -214,6 +214,10 @@
|
||||
#define HAL_OS_FATFS_IO 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_OS_LITTLEFS_IO
|
||||
#define HAL_OS_LITTLEFS_IO 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_BARO_DEFAULT
|
||||
#define HAL_BARO_DEFAULT HAL_BARO_NONE
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user