Moved project-conf.h inclusion to the top of contiki-conf.h
This commit is contained in:
parent
4fd8f67053
commit
442e1be391
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue