Closed mutantbob closed 2 years ago
This patch adds support for hexadecimal output.
uwriteln!(serial, "The answer to the ultimate question is {:x}.", 0x42); uwriteln!(serial, "{:#09x}", 0x42) //0x0000042
bors merge
Build succeeded:
This patch adds support for hexadecimal output.