some include fixes

This commit is contained in:
2021-01-03 14:33:17 +01:00
parent 2edf158312
commit 695a767164
5 changed files with 7 additions and 2 deletions

View File

@ -33,7 +33,7 @@ void arrayprinter::printHex(const uint8_t *data, size_t size,
sif::info << std::endl;
}
}
}
sif::info << std::dec;
sif::info << "]" << std::endl;