Add project-conf.h to platform contiki-conf.h files.
Fix jackdaw comments.
This commit is contained in:
parent
154f971b2b
commit
d6db9e4e86
3 changed files with 13 additions and 2 deletions
|
@ -267,4 +267,9 @@ unsigned long clock_seconds(void);
|
|||
#define CCIF
|
||||
#define CLIF
|
||||
|
||||
/* include the project config */
|
||||
/* PROJECT_CONF_H might be defined in the project Makefile */
|
||||
#ifdef PROJECT_CONF_H
|
||||
#include PROJECT_CONF_H
|
||||
#endif /* PROJECT_CONF_H */
|
||||
#endif /* __CONTIKI_CONF_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue