rockbox/firmware/target
Solomon Peachy 6a8f1a7e84 pp5002: Fix warning in the USB detection code
A function that returned bool was an alias for a function that returned
an int. While that original function was limited to returning either 0
or 1, this aliasing is technially a no-no.  So create a small shim to
make the warning go away.

Change-Id: I4d7807730234928bd59d75f13a4e4adeabbf655e
2025-04-30 07:22:38 -04:00
..
arm pp5002: Fix warning in the USB detection code 2025-04-30 07:22:38 -04:00
coldfire Remove BATTERY_TYPES 2025-03-11 02:26:38 -04:00
hosted Remove BATTERY_TYPES 2025-03-11 02:26:38 -04:00
mips misc: Properly annotate some intentional case fallthroughs 2025-04-22 20:54:37 -04:00