Skip to content

Commit a03c565

Browse files
committed
Fixed build errors.
Tested on hello-world example.
1 parent e1a5095 commit a03c565

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

platform/arduino/contiki-conf.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,5 @@ typedef unsigned short clock_time_t;
194194
typedef unsigned short uip_stats_t;
195195
typedef unsigned long off_t;
196196

197-
void clock_delay(unsigned int us2);
198-
void clock_wait(int ms10);
199-
void clock_set_seconds(unsigned long s);
200-
unsigned long clock_seconds(void);
201197

202198
#endif /* __CONTIKI_CONF_H__ */

0 commit comments

Comments
 (0)