summaryrefslogtreecommitdiffstats
path: root/keyboard/phantom/led.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/phantom/led.c')
-rw-r--r--keyboard/phantom/led.c3
1 files changed, 1 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
#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);