mirror of https://github.com/ArduPilot/ardupilot
AP_Filesystem: allow for filesystem with no dtype
This commit is contained in:
parent
64ed86a82e
commit
75ebf96adb
|
@ -53,3 +53,7 @@
|
|||
#ifndef AP_FILESYSTEM_SYS_FLASH_ENABLED
|
||||
#define AP_FILESYSTEM_SYS_FLASH_ENABLED CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS
|
||||
#endif
|
||||
|
||||
#ifndef AP_FILESYSTEM_HAVE_DIRENT_DTYPE
|
||||
#define AP_FILESYSTEM_HAVE_DIRENT_DTYPE 1
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue