Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
serialno: Replace siprintf with utoa_upper
* STM32F4 case with 12-byte serial numbers simply relied on sprintf() * Use three calls to `utoa_upper()` to build the `serial_no[]` instead * This drastically reduces F4 usbdfu BMPBootloader binary size
- Loading branch information