mirror of https://github.com/ARMmbed/mbed-os.git
parent
a0c2b59475
commit
dd46edaef3
|
@ -27,9 +27,9 @@
|
||||||
|
|
||||||
/** Test the ResetReason driver API
|
/** Test the ResetReason driver API
|
||||||
*
|
*
|
||||||
* Given a device supporting a ResetReason API
|
* Given a device supporting a ResetReason API,
|
||||||
* When the device is restarted using various methods
|
* when the device is restarted,
|
||||||
* Then the device returns a correct reset reason for every restart
|
* then the device returns a correct reset reason for every restart.
|
||||||
*/
|
*/
|
||||||
void test_reset_reason();
|
void test_reset_reason();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue