Andrew Boyson / lpc1768

Dependents:   test-lpc1768 oldheating gps motorhome ... more

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?

UserRevisionLine numberNew 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);