1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

RM: Make radio an optional module

This commit is contained in:
James Cotton 2012-09-01 11:11:44 -05:00
parent 0d3b0d4e5b
commit 878def305f

View File

@ -59,7 +59,6 @@
/* Variables related to the RFM22B functionality */ /* Variables related to the RFM22B functionality */
#define PIOS_INCLUDE_RFM22B #define PIOS_INCLUDE_RFM22B
#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