msp430: fix "implicit declaration of function" warnings in clock.c, by including watchdog.h
This commit is contained in:
parent
733aaa546f
commit
c857e57d2f
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
#include "sys/clock.h"
|
||||
#include "sys/etimer.h"
|
||||
#include "rtimer-arch.h"
|
||||
#include "watchdog.h"
|
||||
|
||||
#define INTERVAL (RTIMER_ARCH_SECOND / CLOCK_SECOND)
|
||||
|
||||
|
|
Loading…
Reference in a new issue