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/FailsafeControl.cpp
- Revision:
- 253:ae850c19cf81
- Parent:
- 252:3c9863f951b7
- Child:
- 260:fe726583ba1d
--- a/src/ConfigurationHandler/Controls/FailsafeControl.cpp Fri Oct 21 18:16:42 2016 +0000 +++ b/src/ConfigurationHandler/Controls/FailsafeControl.cpp Fri Oct 21 18:35:29 2016 +0000 @@ -261,7 +261,7 @@ printf("\r\n"); std::cout << left << setw(10) << setfill(' ') << "failsafe: "; - std::cout << left << setw(32) << setfill(' ') << controlFile; + std::cout << left << setw(40) << setfill(' ') << controlFile; std::cout << left << setw(20) << setfill(' ') << id; std::cout << left << setw(6) << setfill(' ') << priority; std::cout << left << setw(20) << setfill(' ') << input;