mirror of https://github.com/ARMmbed/mbed-os.git
Watchdog: fix include paths - use module name
parent
a63a54680c
commit
28398e6254
|
@ -16,8 +16,8 @@
|
|||
*/
|
||||
#ifdef DEVICE_WATCHDOG
|
||||
|
||||
#include "VirtualWatchdog.h"
|
||||
#include "Watchdog.h"
|
||||
#include "drivers/VirtualWatchdog.h"
|
||||
#include "drivers/Watchdog.h"
|
||||
|
||||
namespace mbed {
|
||||
|
||||
|
|
|
@ -20,10 +20,10 @@
|
|||
|
||||
#ifdef DEVICE_WATCHDOG
|
||||
|
||||
#include "mbed_error.h"
|
||||
#include "mbed_assert.h"
|
||||
#include "platform/mbed_error.h"
|
||||
#include "platform/mbed_assert.h"
|
||||
#include "platform/mbed_critical.h"
|
||||
#include "watchdog_api.h"
|
||||
#include "hal/watchdog_api.h"
|
||||
#include "platform/NonCopyable.h"
|
||||
#include "platform/SingletonPtr.h"
|
||||
#include "drivers/LowPowerTicker.h"
|
||||
|
|
Loading…
Reference in New Issue