mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
99e61dd617
Conflicts: flight/pios/common/pios_flashfs_logfs.c flight/pios/inc/pios_flashfs_logfs_priv.h flight/tests/logfs/pios.h flight/tests/logfs/pios_config.h flight/tests/logfs/unittest.cpp
9 lines
166 B
C
9 lines
166 B
C
#ifndef PIOS_CONFIG_H
|
|
#define PIOS_CONFIG_H
|
|
|
|
/* Enable/Disable PiOS modules */
|
|
#define PIOS_INCLUDE_FLASH
|
|
//#define PIOS_INCLUDE_FREERTOS
|
|
|
|
#endif /* PIOS_CONFIG_H */
|