diff options
author | Damien George <damien.p.george@gmail.com> | 2018-05-04 15:52:03 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-05-04 15:52:03 +1000 |
commit | cb3456ddfe330c562b7d7dde64df933ab7d987f1 (patch) | |
tree | c0d581c51f7ab752f9b39ca03a33e1d6cf4d65ef /py | |
parent | b614dc73b085c803f465f1c920553e13f52aee00 (diff) |
stm32: Don't use %lu or %lx for formatting, use just %u or %x.
On this 32-bit arch there's no need to use the long version of the format
specifier. It's only there to appease the compiler which checks the type
of the args passed to printf. Removing the "l" saves a bit of code space.
Diffstat (limited to 'py')
0 files changed, 0 insertions, 0 deletions