]> git.donarmstrong.com Git - qmk_firmware.git/commit
Fix compile warnings in light_ws2812.c
authorNikolaus Wittenstein <nikolaus.wittenstein@gmail.com>
Sat, 4 Feb 2017 02:00:10 +0000 (21:00 -0500)
committerNikolaus Wittenstein <nikolaus.wittenstein@gmail.com>
Sat, 4 Feb 2017 02:00:13 +0000 (21:00 -0500)
commite667e9f6da17c5551379b168cc97647b44972d10
tree2cf9b551a81115fce667ce319de748988171223d
parentf0633f2540be3ba86797522a2075a9f5ba2ad5c6
Fix compile warnings in light_ws2812.c

Fixes the warning "function declaration isn't a prototype" by explicitly
making the parameter list void.
quantum/light_ws2812.c