Improve Fusion logging.

This commit is contained in:
Jonathan Naylor
2016-03-01 06:40:08 +00:00
parent 48bd5e08f9
commit 1cd3bd19fc
2 changed files with 13 additions and 9 deletions

View File

@@ -190,7 +190,7 @@ void CTFTSerial::writeFusion(const char* source, const char* dest)
assert(dest != NULL);
char text[30U];
::sprintf(text, "%s -> %s", source, dest);
::sprintf(text, "%10.10s -> %10.10s", source, dest);
gotoPosText(0U, 8U);
displayText(text);