Now iris port works with tunslip6 (Thanks to Suhas K)

This commit is contained in:
HATATANI Shinta 2011-06-20 21:47:29 +09:00
parent 8f30113c50
commit 47af2f26e4

View file

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