DataFlash: enabled DataFlash_File for Linux

This commit is contained in:
Andrew Tridgell 2013-09-28 14:59:24 +10:00
parent bcf4f48e65
commit 49d3d624d7
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#include <AP_HAL.h> #include <AP_HAL.h>
#if CONFIG_HAL_BOARD == HAL_BOARD_PX4 || CONFIG_HAL_BOARD == HAL_BOARD_AVR_SITL #if CONFIG_HAL_BOARD == HAL_BOARD_PX4 || CONFIG_HAL_BOARD == HAL_BOARD_AVR_SITL || CONFIG_HAL_BOARD == HAL_BOARD_LINUX
#include "DataFlash.h" #include "DataFlash.h"
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/types.h> #include <sys/types.h>