1
0
forked from fsfw/fsfw

some bugfixes and improvements

This commit is contained in:
2020-08-20 20:36:49 +02:00
parent adbf39166f
commit 9385f90241
3 changed files with 20 additions and 3 deletions

View File

@ -27,7 +27,7 @@ void arrayprinter::printHex(const uint8_t *data, size_t size,
if(i < size - 1){
sif::info << " , ";
if(i > 0 and i % maxCharPerLine == 0) {
sif::info << std::endl;
printf("\n");
}
}