mirror of https://github.com/ARMmbed/mbed-os.git
fix for spell check and header file
parent
a644886d5d
commit
19e22a0e3c
|
@ -24,6 +24,7 @@
|
||||||
#include "mbed_error.h"
|
#include "mbed_error.h"
|
||||||
#include "platform/mbed_critical.h"
|
#include "platform/mbed_critical.h"
|
||||||
#include "platform/mbed_power_mgmt.h"
|
#include "platform/mbed_power_mgmt.h"
|
||||||
|
#include "mbed_assert.h"
|
||||||
namespace mbed {
|
namespace mbed {
|
||||||
|
|
||||||
/** \addtogroup drivers */
|
/** \addtogroup drivers */
|
||||||
|
@ -92,7 +93,7 @@ protected :
|
||||||
*/
|
*/
|
||||||
void add_to_list();
|
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.
|
* This API is only used to call from stop.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue