Now iris port works with tunslip6 (Thanks to Suhas K)
This commit is contained in:
parent
8f30113c50
commit
47af2f26e4
1 changed files with 4 additions and 0 deletions
|
@ -198,4 +198,8 @@ void clock_wait(int ms10);
|
|||
void clock_set_seconds(unsigned long s);
|
||||
unsigned long clock_seconds(void);
|
||||
|
||||
#ifdef PROJECT_CONF_H
|
||||
#include PROJECT_CONF_H
|
||||
#endif /* PROJECT_CONF_H */
|
||||
|
||||
#endif /* __CONTIKI_CONF_H__ */
|
||||
|
|
Loading…
Reference in a new issue