AP_HAL: add HAL_OS_POSIX_IO for aerofc-v1

What aerofc-v1 doesn't have is an sdcard, but it has posix-like API as
it's running on top of NuttX.
This commit is contained in:
Lucas De Marchi 2017-06-05 14:56:21 -07:00
parent ec491d3c6b
commit eb70dbc6f5
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@
#define HAL_STORAGE_SIZE 16384
#define USE_FLASH_STORAGE 1
// we don't have any sdcard
#undef HAL_OS_POSIX_IO
#undef HAL_BOARD_LOG_DIRECTORY
#undef HAL_BOARD_TERRAIN_DIRECTORY
#else
#error "Unknown PX4 board type"
#endif