Merged in alessiomorale/librepilot/amorale/LP108_mpu6k_fixes (pull request #45)
[librepilot.git] / flight / tests / logfs / pios.h
blob1e6adc20c325c00bca0f7f41b8a65adfee1dce43
1 #ifndef PIOS_H
2 #define PIOS_H
4 /* PIOS Feature Selection */
5 #include "pios_config.h"
7 #ifdef PIOS_INCLUDE_FREERTOS
8 /* FreeRTOS Includes */
9 #include "FreeRTOS.h"
10 #endif
11 #include "pios_mem.h"
12 #ifdef PIOS_INCLUDE_FLASH
13 #include <pios_flash.h>
14 #include <pios_flashfs.h>
15 #endif
17 #endif /* PIOS_H */