00001 // build configuration options00002 // uncomment/comment to enable/disable support for a device,00003 // radio, or interface00004
00005 #include "build_opts.h"00006
00007 /* By default all devices and interfaces are defined in00008 src/lib/include/build_opts.h. You can check this file for00009 the list of possible build options.00010
00011 To disable a build option, use #undef00012
00013 Example:00014 #undef MICA2_ACCEL00015 #undef CC242000016 #undef MAXSTREAM00017
00018 will disable the accelerometer, the cc2420 radio, and the maxstream00019 radio drivers.00020
00021 An exception is changing CC1000 from CSMA to another protocol, where00022 another must be defined. Ex:00023
00024 #undef CC1000_CSMA00025 #define CC1000_TDMA00026
00027 */00028
00029 #undef MICA2_SOUNDER