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: http-clock-html.c
- Revision:
- 20:007fb5796d20
- Parent:
- 19:598dd2145e84
- Child:
- 21:048b7dbdf0aa
diff -r 598dd2145e84 -r 007fb5796d20 http-clock-html.c
--- a/http-clock-html.c Tue Jan 08 20:42:36 2019 +0000
+++ b/http-clock-html.c Wed Jan 09 08:07:53 2019 +0000
@@ -54,6 +54,10 @@
PageAddIntInput ("/clock", 0, "Offset synced limit (ms)",12, "syncedlimitns", 5, ClkGovSyncedLimitNs / 1000000 );
PageAddIntInput ("/clock", 0, "Offset synced hys (ms)", 12, "syncedhysns", 5, ClkGovSyncedHysterisNs / 1000000 );
PageAddIntInput ("/clock", 0, "Offset reset limit (s)", 12, "maxoffsetsecs", 5, ClkGovMaxOffsetSecs );
+
+ PageAddH2("Trace");
+ if (ClkGovTrace) PageAddCheckInput("/clock", "Trace gov", "clockgovtrace", "on");
+ else PageAddCheckInput("/clock", "Trace gov", "clockgovtrace", "off");
PageAddH2("Scan times");
PageAddLabelledInt("Program cycles avg", 17, ScanAverage);