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 f4740a062a
commit a7d713d253

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