ebb228bfea
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. |
||
---|---|---|
.. | ||
hardware_pwm_test | ||
kitchen_sink | ||
pico_divider_test | ||
pico_float_test | ||
pico_stdlib_test | ||
pico_test | ||
pico_time_test | ||
CMakeLists.txt |