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.
Dependencies: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: src/ConfigurationHandler/Controls/TimerControl.cpp
- Revision:
- 253:ae850c19cf81
- Parent:
- 242:3b0086a6d625
- Child:
- 276:851554207c77
--- a/src/ConfigurationHandler/Controls/TimerControl.cpp Fri Oct 21 18:16:42 2016 +0000
+++ b/src/ConfigurationHandler/Controls/TimerControl.cpp Fri Oct 21 18:35:29 2016 +0000
@@ -221,7 +221,7 @@
printf("\r\n");
cout << left << setw(10) << setfill(' ') << "timer:";
- cout << left << setw(32) << setfill(' ') << controlFile;
+ cout << left << setw(40) << setfill(' ') << controlFile;
cout << left << setw(20) << setfill(' ') << id;
cout << left << setw(20) << setfill(' ') << output;
cout << "pri:" << left << setw(12) << setfill(' ') << priority;
