]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboard/satan/led.c
reduces rgblight warnings, integrates completely (#428)
[qmk_firmware.git] / keyboard / satan / led.c
index 5a9f2af672bb076183a6c48f3f13f34e08d74aa6..94606e89594dfcbe223d48f3d2b97ad346fcf88d 100644 (file)
@@ -20,7 +20,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include "led.h"
 
 
-void led_init_ports() {
+void led_init_ports(void) {
     // * Set our LED pins as output
     DDRB |= (1<<2);
 }