mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
8 lines
134 B
C
8 lines
134 B
C
#ifndef PIOS_CONFIG_H
|
|
#define PIOS_CONFIG_H
|
|
|
|
/* Enable/Disable PiOS modules */
|
|
#define PIOS_INCLUDE_FLASH
|
|
|
|
#endif /* PIOS_CONFIG_H */
|