mirror of https://github.com/ARMmbed/mbed-os.git
Edit ResetReason.h
Edit file for active voice, complete sentences and grammar.pull/10911/head
parent
f8a6674afd
commit
c497010a56
|
@ -25,15 +25,15 @@ namespace mbed {
|
|||
/** \addtogroup drivers */
|
||||
/** A platform-independent method of checking the cause of the last system reset.
|
||||
*
|
||||
* When the system is restarted, the reason for the restart is contained in
|
||||
* the system registers at boot time in a platform specific manner. This API
|
||||
* provides a generic method of fetching the reason for the restart.
|
||||
* When the system restarts, the reason for the restart is contained in
|
||||
* the system registers at boot time in a platform specific manner.
|
||||
* This API provides a generic method of fetching the reason for the restart.
|
||||
*
|
||||
* @ingroup drivers
|
||||
*/
|
||||
class ResetReason {
|
||||
public:
|
||||
/** Get the platform-independent reason code for the last system reset.
|
||||
/** Get the platform independent reason code for the last system reset.
|
||||
*
|
||||
* @return enum containing the last reset reason for the board.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue