Merged in alessiomorale/librepilot/amorale/LP108_mpu6k_fixes (pull request #45)
[librepilot.git] / flight / tests / logfs / pios_config.h
blob66b2c824597c3c5482b42c44671eeccb7a8f4a49
1 #ifndef PIOS_CONFIG_H
2 #define PIOS_CONFIG_H
4 /* Enable/Disable PiOS modules */
5 #define PIOS_INCLUDE_FLASH
6 // #define PIOS_FLASHFS_LOGFS_MAX_DEVS 5
7 #define PIOS_INCLUDE_FREERTOS
9 #endif /* PIOS_CONFIG_H */