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