AP_HAL: add littlefs build option

This commit is contained in:
Andy Piper 2023-06-12 11:28:26 -04:00 committed by Andrew Tridgell
parent 1faf1b3d9c
commit 948a38c623

View File

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