Skip to content

Commit

Permalink
AP_Filesystem: allow for filesystem with no dtype
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jul 10, 2024
1 parent 432eb6f commit 983ac6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libraries/AP_Filesystem/AP_Filesystem_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 983ac6d

Please sign in to comment.