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
reset/reset.h@49:d056e2c5c4ee, 2019-05-08 (annotated)
- Committer:
- andrewboyson
- Date:
- Wed May 08 12:13:37 2019 +0000
- Revision:
- 49:d056e2c5c4ee
- Child:
- 50:e90c6aaa2645
Sorted out reset module to properly read the RSID register
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
andrewboyson | 49:d056e2c5c4ee | 1 | extern bool ResetAccepted; |
andrewboyson | 49:d056e2c5c4ee | 2 | extern bool ResetWasPushButton(void); |
andrewboyson | 49:d056e2c5c4ee | 3 | |
andrewboyson | 49:d056e2c5c4ee | 4 | extern void ResetInit(void); |
andrewboyson | 49:d056e2c5c4ee | 5 | extern void ResetMain(void); |