Watchdog: remove dead reference file

pull/10857/head
Martin Kojtal 2019-06-28 09:10:52 +01:00
parent 400a7e4b77
commit f7ccd06685
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
#ifdef DEVICE_WATCHDOG
#include "drivers/Watchdog.h"
#include "drivers/WatchdogManager.h"
#define MS_TO_US(x) ((x) * 1000) //macro to convert millisecond to microsecond