pico-sdk/src/rp2_common/pico_stdio_usb
Jonathan Reichelt Gjertsen 048fcdefd6
Prevent warnings about some unused parameters in pico_stdio_usb when building with -Wextra (#431)
* Fix warnings about some unused parameters in pico_stdio_usb

* Use `__unused` for the unused parameter in tud_descriptor_configuration_cb

* Remove redundant inclusions of `pico/platform.h`

This header is included by the other library headers (via `pico.h`)
2021-05-24 16:42:28 -05:00
..
include Add some extra defines to customise behaviour of STDIO_USB_RESET modes (#226) 2021-03-04 21:22:48 -06:00
CMakeLists.txt make all non hardware_ libraries foo add C preprocessor definition LIB_FOO=1, and remove bespoke definitions which were all undocumented anyway (#374) 2021-05-04 08:00:17 -05:00
reset_interface.c Prevent warnings about some unused parameters in pico_stdio_usb when building with -Wextra (#431) 2021-05-24 16:42:28 -05:00
stdio_usb_descriptors.c Prevent warnings about some unused parameters in pico_stdio_usb when building with -Wextra (#431) 2021-05-24 16:42:28 -05:00
stdio_usb.c make all non hardware_ libraries foo add C preprocessor definition LIB_FOO=1, and remove bespoke definitions which were all undocumented anyway (#374) 2021-05-04 08:00:17 -05:00