mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
msp430: fix "implicit declaration of function" warnings in clock.c, by including watchdog.h
This commit is contained in:
parent
733aaa546f
commit
c857e57d2f
@ -41,6 +41,7 @@
|
|||||||
#include "sys/clock.h"
|
#include "sys/clock.h"
|
||||||
#include "sys/etimer.h"
|
#include "sys/etimer.h"
|
||||||
#include "rtimer-arch.h"
|
#include "rtimer-arch.h"
|
||||||
|
#include "watchdog.h"
|
||||||
|
|
||||||
#define INTERVAL (RTIMER_ARCH_SECOND / CLOCK_SECOND)
|
#define INTERVAL (RTIMER_ARCH_SECOND / CLOCK_SECOND)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user