diff options
| author | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-06-21 17:54:12 -0400 |
|---|---|---|
| committer | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-06-21 17:54:12 -0400 |
| commit | ee3c7892ad585e2e702d8975420d25ae052d97bb (patch) | |
| tree | 71c23600099fe5670482f8900d787dbc7c9551b2 /keyboard/satan | |
| parent | 2d314810086684883329af730d8f5e8ecd0506b0 (diff) | |
| parent | 1a0bac8bccf0e156d2f3c5f14a7214f9677b6370 (diff) | |
| download | firmware-ee3c7892ad585e2e702d8975420d25ae052d97bb.tar.gz firmware-ee3c7892ad585e2e702d8975420d25ae052d97bb.tar.bz2 firmware-ee3c7892ad585e2e702d8975420d25ae052d97bb.zip | |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboard/satan')
| -rw-r--r-- | keyboard/satan/led.c | 2 | ||||
| -rw-r--r-- | keyboard/satan/satan.h | 2 |
2 files changed, 2 insertions, 2 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); } diff --git a/keyboard/satan/satan.h b/keyboard/satan/satan.h index 12dec26a1..464289fdb 100644 --- a/keyboard/satan/satan.h +++ b/keyboard/satan/satan.h @@ -4,7 +4,7 @@ #include "matrix.h" #include "keymap.h" #include <stddef.h> - +#include "action_util.h" /* Clueboard matrix layout * ,-----------------------------------------------------------. |
