summaryrefslogtreecommitdiff
path: root/keyboard/satan/led.c
diff options
context:
space:
mode:
authorChristopher Browne <cbbrowne@ca.afilias.info>2016-06-21 17:54:12 -0400
committerChristopher Browne <cbbrowne@ca.afilias.info>2016-06-21 17:54:12 -0400
commitee3c7892ad585e2e702d8975420d25ae052d97bb (patch)
tree71c23600099fe5670482f8900d787dbc7c9551b2 /keyboard/satan/led.c
parent2d314810086684883329af730d8f5e8ecd0506b0 (diff)
parent1a0bac8bccf0e156d2f3c5f14a7214f9677b6370 (diff)
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
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 5a9f2af672..94606e8959 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);
}