mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
Define the RADIO_BUILTIN in config file
This commit is contained in:
parent
69cd7235d3
commit
06154836c6
@ -63,8 +63,6 @@ MODULES += Telemetry
|
|||||||
PYMODULES =
|
PYMODULES =
|
||||||
#FlightPlan
|
#FlightPlan
|
||||||
|
|
||||||
CFLAGS += -DRADIO_BUILTIN
|
|
||||||
|
|
||||||
# Paths
|
# Paths
|
||||||
OPSYSTEM = ./System
|
OPSYSTEM = ./System
|
||||||
OPSYSTEMINC = $(OPSYSTEM)/inc
|
OPSYSTEMINC = $(OPSYSTEM)/inc
|
||||||
|
@ -60,7 +60,8 @@
|
|||||||
#define PIOS_INCLUDE_RFM22B
|
#define PIOS_INCLUDE_RFM22B
|
||||||
#define PIOS_INCLUDE_PACKET_HANDLER
|
#define PIOS_INCLUDE_PACKET_HANDLER
|
||||||
#define RFM22_EXT_INT_USE
|
#define RFM22_EXT_INT_USE
|
||||||
|
#define RADIO_BUILTIN
|
||||||
|
|
||||||
/* Select the sensors to include */
|
/* Select the sensors to include */
|
||||||
#define PIOS_INCLUDE_HMC5883
|
#define PIOS_INCLUDE_HMC5883
|
||||||
#define PIOS_INCLUDE_MPU6000
|
#define PIOS_INCLUDE_MPU6000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user