Moved project-conf.h inclusion to the top of contiki-conf.h

This commit is contained in:
Antonio Lignan 2016-06-24 23:34:23 +02:00
parent 4fd8f67053
commit 442e1be391

View File

@ -33,6 +33,10 @@
#include "platform-conf.h"
#ifdef PROJECT_CONF_H
#include PROJECT_CONF_H
#endif /* PROJECT_CONF_H */
#define XMAC_CONF_COMPOWER 1
#define CXMAC_CONF_COMPOWER 1
@ -188,8 +192,4 @@
#define UIP_CONF_TCP_SPLIT 0
#ifdef PROJECT_CONF_H
#include PROJECT_CONF_H
#endif /* PROJECT_CONF_H */
#endif /* CONTIKI_CONF_H */