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: oldheating gps motorhome heating
Diff: clock/http-clock-html.c
- Revision:
- 59:309e78f243dd
- Parent:
- 58:e5ab14ef6ea6
- Child:
- 62:74036bb0d1dc
diff -r e5ab14ef6ea6 -r 309e78f243dd clock/http-clock-html.c
--- a/clock/http-clock-html.c Fri Mar 08 16:07:56 2019 +0000
+++ b/clock/http-clock-html.c Fri Mar 08 18:42:58 2019 +0000
@@ -62,9 +62,9 @@
else PageAddInputButton(10, "Trace gov is off", "turn on" , "/clock", "clockgovtrace");
PageAddH2("Scan times");
- PageAddLabelledInt("Program cycles avg", 17, ScanAverage);
- PageAddLabelledInt("Program cycles max", 17, ScanMaximum);
- PageAddLabelledInt("Program cycles min", 17, ScanMinimum);
+ PageAddLabelledInt(17, "Program cycles avg", ScanAverage);
+ PageAddLabelledInt(17, "Program cycles max", ScanMaximum);
+ PageAddLabelledInt(17, "Program cycles min", ScanMinimum);
PageAddH2("Ajax");
HttpAddText("<code id='ajax-headers'></code>\r\n");