mirror of https://github.com/ARMmbed/mbed-os.git
Add Watchdog and ResetReason headers to mbed.h
Adding headers to mbed.h will prevent you having to manually include them when using the drivers in an application.pull/11023/head
parent
59c7b3a7f9
commit
fa3e37f75d
2
mbed.h
2
mbed.h
|
@ -76,6 +76,8 @@
|
||||||
#include "drivers/QSPI.h"
|
#include "drivers/QSPI.h"
|
||||||
|
|
||||||
// mbed Internal components
|
// mbed Internal components
|
||||||
|
#include "drivers/ResetReason.h"
|
||||||
|
#include "drivers/Watchdog.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