Skip to content

Commit 75ebf96

Browse files
tridgepeterbarker
authored andcommitted
AP_Filesystem: allow for filesystem with no dtype
1 parent 64ed86a commit 75ebf96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libraries/AP_Filesystem/AP_Filesystem_config.h

+4
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,7 @@
5353
#ifndef AP_FILESYSTEM_SYS_FLASH_ENABLED
5454
#define AP_FILESYSTEM_SYS_FLASH_ENABLED CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS
5555
#endif
56+
57+
#ifndef AP_FILESYSTEM_HAVE_DIRENT_DTYPE
58+
#define AP_FILESYSTEM_HAVE_DIRENT_DTYPE 1
59+
#endif

0 commit comments

Comments
 (0)