Merge pull request #261 from g-oikonomou/bugfix/cc13xx-cc26xx/bootloader
Include board.h after configuration is fully known
This commit is contained in:
commit
af82779300
@ -70,12 +70,12 @@
|
|||||||
/* Platform-specific define to signify sensor reading failure */
|
/* Platform-specific define to signify sensor reading failure */
|
||||||
#define CC26XX_SENSOR_READING_ERROR 0x80000000
|
#define CC26XX_SENSOR_READING_ERROR 0x80000000
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
/* board.h assumes that basic configuration is done */
|
|
||||||
#include "board.h"
|
|
||||||
/*---------------------------------------------------------------------------*/
|
|
||||||
/* Include CPU-related configuration */
|
/* Include CPU-related configuration */
|
||||||
#include "cc13xx-cc26xx-conf.h"
|
#include "cc13xx-cc26xx-conf.h"
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
|
/* board.h assumes that basic configuration is done */
|
||||||
|
#include "board.h"
|
||||||
|
/*---------------------------------------------------------------------------*/
|
||||||
#endif /* CONTIKI_CONF_H */
|
#endif /* CONTIKI_CONF_H */
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
Loading…
Reference in New Issue
Block a user