pico-sdk/test
Brian Swetland a362925eda Clean up various C source and headers to appease -Wstrict-prototypes
In C, func() is a function taking an unspecified number of arguments,
vs func(void) a function taking no arguments. In C++ both forms indicate
"no arguments."

Update these headers to use the (void) form, which is correct in both
languages and avoids complaints when -Wstrict-prototypes is specified.
2021-03-04 21:22:47 -06:00
..
hardware_pwm_test Initial Release 2021-01-20 10:44:27 -06:00
kitchen_sink Clean up various C source and headers to appease -Wstrict-prototypes 2021-03-04 21:22:47 -06:00
pico_divider_test Initial Release 2021-01-20 10:44:27 -06:00
pico_float_test Initial Release 2021-01-20 10:44:27 -06:00
pico_stdlib_test Initial Release 2021-01-20 10:44:27 -06:00
pico_test Initial Release 2021-01-20 10:44:27 -06:00
pico_time_test Initial Release 2021-01-20 10:44:27 -06:00
CMakeLists.txt Initial Release 2021-01-20 10:44:27 -06:00