mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
10 lines
205 B
C
10 lines
205 B
C
#ifndef PIOS_CONFIG_H
|
|
#define PIOS_CONFIG_H
|
|
|
|
/* Enable/Disable PiOS modules */
|
|
#define PIOS_INCLUDE_FLASH
|
|
// #define PIOS_FLASHFS_LOGFS_MAX_DEVS 5
|
|
#define PIOS_INCLUDE_FREERTOS
|
|
|
|
#endif /* PIOS_CONFIG_H */
|