From 19e22a0e3c799b74138f9cab6d1c868c3d884855 Mon Sep 17 00:00:00 2001 From: Rajkumar Kanagaraj Date: Tue, 12 Mar 2019 18:42:03 +0000 Subject: [PATCH] fix for spell check and header file --- drivers/Watchdog.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/Watchdog.h b/drivers/Watchdog.h index eaae19a1f6..079f7e3867 100644 --- a/drivers/Watchdog.h +++ b/drivers/Watchdog.h @@ -24,6 +24,7 @@ #include "mbed_error.h" #include "platform/mbed_critical.h" #include "platform/mbed_power_mgmt.h" +#include "mbed_assert.h" namespace mbed { /** \addtogroup drivers */ @@ -92,7 +93,7 @@ protected : */ void add_to_list(); - /** Remove from list is uesed to remove the entry from the list. + /** Remove from list is used to remove the entry from the list. * This API is only used to call from stop. * */