diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-06-21 12:53:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-21 12:53:21 -0400 |
commit | 80c87054193b9243670aeb85adefbe1aa6c0fda0 (patch) | |
tree | 9ee304b9ca913328f1ea45500b34410f0d53ccfe /keyboard/satan/led.c | |
parent | a8375fa15a6ca9285eb15ae89bcda898349e06f8 (diff) |
reduces rgblight warnings, integrates completely (#428)
Diffstat (limited to 'keyboard/satan/led.c')
-rw-r--r-- | keyboard/satan/led.c | 2 |
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); } |