summaryrefslogtreecommitdiffstats
path: root/keyboard/satan/led.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/satan/led.c')
-rw-r--r--keyboard/satan/led.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/satan/led.c b/keyboard/satan/led.c
index 5a9f2af67..94606e895 100644
--- a/keyboard/satan/led.c
+++ b/keyboard/satan/led.c
@@ -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);
}