Add project-conf.h to platform contiki-conf.h files.

Fix jackdaw comments.
This commit is contained in:
dak664 2011-06-08 09:12:57 -04:00
parent 154f971b2b
commit d6db9e4e86
3 changed files with 13 additions and 2 deletions

View file

@ -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__ */