repo.or.cz
/
librepilot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merged in alessiomorale/librepilot/amorale/LP108_mpu6k_fixes (pull request #45)
[librepilot.git]
/
flight
/
tests
/
logfs
/
pios_config.h
blob
66b2c824597c3c5482b42c44671eeccb7a8f4a49
1
#ifndef PIOS_CONFIG_H
2
#define PIOS_CONFIG_H
3
4
/* Enable/Disable PiOS modules */
5
#define PIOS_INCLUDE_FLASH
6
// #define PIOS_FLASHFS_LOGFS_MAX_DEVS 5
7
#define PIOS_INCLUDE_FREERTOS
8
9
#endif
/* PIOS_CONFIG_H */