Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: test-lpc1768 oldheating gps motorhome ... more
Diff: reset/reset.h
- Revision:
- 50:e90c6aaa2645
- Parent:
- 49:d056e2c5c4ee
diff -r d056e2c5c4ee -r e90c6aaa2645 reset/reset.h --- a/reset/reset.h Wed May 08 12:13:37 2019 +0000 +++ b/reset/reset.h Thu May 09 07:48:38 2019 +0000 @@ -1,5 +1,8 @@ +#include <stdbool.h> + extern bool ResetAccepted; extern bool ResetWasPushButton(void); +extern bool ResetHasAlarm(void); extern void ResetInit(void); extern void ResetMain(void); \ No newline at end of file