15 lines
742 B
C
15 lines
742 B
C
/*---------------------------------------------------------------------------*/
|
|
#ifndef PROJECT_CONF_H_
|
|
#define PROJECT_CONF_H_
|
|
/*---------------------------------------------------------------------------*/
|
|
/* Enable the ROM bootloader */
|
|
#define CCXXWARE_CONF_ROM_BOOTLOADER_ENABLE 1
|
|
/*---------------------------------------------------------------------------*/
|
|
/* Change to match your configuration */
|
|
#define IEEE802154_CONF_PANID 0xABCD
|
|
#define IEEE802154_CONF_DEFAULT_CHANNEL 25
|
|
#define RF_BLE_CONF_ENABLED 1
|
|
/*---------------------------------------------------------------------------*/
|
|
#endif /* PROJECT_CONF_H_ */
|
|
/*---------------------------------------------------------------------------*/
|