From 1a0bac8bccf0e156d2f3c5f14a7214f9677b6370 Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Tue, 21 Jun 2016 17:42:29 -0400 Subject: Warning reductions (#430) Warning reductions--- keyboard/phantom/led.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'keyboard/phantom/led.c') diff --git a/keyboard/phantom/led.c b/keyboard/phantom/led.c index e45cc0964..b2459c774 100644 --- a/keyboard/phantom/led.c +++ b/keyboard/phantom/led.c @@ -19,8 +19,7 @@ along with this program. If not, see . #include "stdint.h" #include "led.h" - -void led_init_ports() { +void led_init(void) { // * Set our LED pins as output DDRB |= (1<<6); DDRB |= (1<<7); -- cgit v1.2.3