File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ namespace mbed {
25
25
/* * \addtogroup drivers */
26
26
/* * A platform-independent method of checking the cause of the last system reset.
27
27
*
28
- * When the system is restarted , the reason for the restart is contained in
29
- * the system registers at boot time in a platform specific manner. This API
30
- * provides a generic method of fetching the reason for the restart.
28
+ * When the system restarts , the reason for the restart is contained in
29
+ * the system registers at boot time in a platform specific manner.
30
+ * This API provides a generic method of fetching the reason for the restart.
31
31
*
32
32
* @ingroup drivers
33
33
*/
34
34
class ResetReason {
35
35
public:
36
- /* * Get the platform- independent reason code for the last system reset.
36
+ /* * Get the platform independent reason code for the last system reset.
37
37
*
38
38
* @return enum containing the last reset reason for the board.
39
39
*
You can’t perform that action at this time.
0 commit comments