mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 16:29:34 +00:00
Now iris port works with tunslip6 (Thanks to Suhas K)
This commit is contained in:
parent
8f30113c50
commit
47af2f26e4
@ -198,4 +198,8 @@ void clock_wait(int ms10);
|
|||||||
void clock_set_seconds(unsigned long s);
|
void clock_set_seconds(unsigned long s);
|
||||||
unsigned long clock_seconds(void);
|
unsigned long clock_seconds(void);
|
||||||
|
|
||||||
|
#ifdef PROJECT_CONF_H
|
||||||
|
#include PROJECT_CONF_H
|
||||||
|
#endif /* PROJECT_CONF_H */
|
||||||
|
|
||||||
#endif /* __CONTIKI_CONF_H__ */
|
#endif /* __CONTIKI_CONF_H__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user