circuitpython/devices
Jeff Epler 953694d56c Fix -Wold-style-definion errors in the raspberrypi port
This mostly means changing `void foo()` to `void foo(void)` at
the function definition site. This was previously only an error
if the declaration site didn't have `(void)`, but the unix
coverage build enables the more strict warning and there's little
difficulty in resolving these diagnostics.

.. other ports can be done too, if desired.
2025-05-25 09:16:00 +02:00
..
ble_hci Fix -Wold-style-definion errors in the raspberrypi port 2025-05-25 09:16:00 +02:00