aboutsummaryrefslogtreecommitdiff
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/>.
20#include "led.h" 20#include "led.h"
21 21
22 22
23void led_init_ports() { 23void led_init_ports(void) {
24 // * Set our LED pins as output 24 // * Set our LED pins as output
25 DDRB |= (1<<2); 25 DDRB |= (1<<2);
26} 26}