summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2018-05-04 15:52:03 +1000
committerDamien George <damien.p.george@gmail.com>2018-05-04 15:52:03 +1000
commitcb3456ddfe330c562b7d7dde64df933ab7d987f1 (patch)
treec0d581c51f7ab752f9b39ca03a33e1d6cf4d65ef /py
parentb614dc73b085c803f465f1c920553e13f52aee00 (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