From 3bbcc6288ff74be6da9b6943228fd33dc915360d Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sun, 17 Dec 2017 17:58:09 +0000 Subject: [PATCH] Include board.h after configuration is fully known --- arch/platform/srf06-cc26xx/contiki-conf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/platform/srf06-cc26xx/contiki-conf.h b/arch/platform/srf06-cc26xx/contiki-conf.h index 07c8f285a..718efc3f6 100644 --- a/arch/platform/srf06-cc26xx/contiki-conf.h +++ b/arch/platform/srf06-cc26xx/contiki-conf.h @@ -70,12 +70,12 @@ /* Platform-specific define to signify sensor reading failure */ #define CC26XX_SENSOR_READING_ERROR 0x80000000 /*---------------------------------------------------------------------------*/ -/* board.h assumes that basic configuration is done */ -#include "board.h" -/*---------------------------------------------------------------------------*/ /* Include CPU-related configuration */ #include "cc13xx-cc26xx-conf.h" /*---------------------------------------------------------------------------*/ +/* board.h assumes that basic configuration is done */ +#include "board.h" +/*---------------------------------------------------------------------------*/ #endif /* CONTIKI_CONF_H */ /** @} */