Edit ResetReason.h

Edit file for active voice, complete sentences and grammar.
pull/10911/head
Amanda Butler 2019-06-26 08:06:38 -05:00 committed by Martin Kojtal
parent f8a6674afd
commit c497010a56
1 changed files with 4 additions and 4 deletions

View File

@ -25,15 +25,15 @@ namespace mbed {
/** \addtogroup drivers */ /** \addtogroup drivers */
/** A platform-independent method of checking the cause of the last system reset. /** 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 * 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 * the system registers at boot time in a platform specific manner.
* provides a generic method of fetching the reason for the restart. * This API provides a generic method of fetching the reason for the restart.
* *
* @ingroup drivers * @ingroup drivers
*/ */
class ResetReason { class ResetReason {
public: 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. * @return enum containing the last reset reason for the board.
* *