Corrected contiki-conf.h to include project-conf.h
This commit is contained in:
parent
a779cb4d0d
commit
02d097674c
|
@ -192,7 +192,7 @@
|
|||
|
||||
|
||||
#ifdef PROJECT_CONF_H
|
||||
#include PROJECT_CONF_H
|
||||
#include "project-conf.h"
|
||||
#endif /* PROJECT_CONF_H */
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue