mbed: add Watchdog and VirtualWatchdog

pull/10857/head
Martin Kojtal 2019-06-27 13:08:28 +01:00
parent 737335c357
commit 962a3d3c4c
1 changed files with 2 additions and 1 deletions

3
mbed.h
View File

@ -74,10 +74,11 @@
#include "drivers/FlashIAP.h" #include "drivers/FlashIAP.h"
#include "drivers/MbedCRC.h" #include "drivers/MbedCRC.h"
#include "drivers/QSPI.h" #include "drivers/QSPI.h"
#include "drivers/Watchdog.h"
#include "drivers/VirtualWatchdog.h"
// mbed Internal components // mbed Internal components
#include "drivers/ResetReason.h" #include "drivers/ResetReason.h"
#include "platform/mbed_watchdog_mgr.h"
#include "drivers/Timer.h" #include "drivers/Timer.h"
#include "drivers/Ticker.h" #include "drivers/Ticker.h"
#include "drivers/Timeout.h" #include "drivers/Timeout.h"