mirror of https://github.com/ARMmbed/mbed-os.git
mbed: add Watchdog and VirtualWatchdog
parent
737335c357
commit
962a3d3c4c
3
mbed.h
3
mbed.h
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue