diff options
author | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-04-27 12:34:54 -0400 |
---|---|---|
committer | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-04-27 12:34:54 -0400 |
commit | f59c4b03facd80cab913c6612a899392dd42ebb8 (patch) | |
tree | a6f0bcb584fcc6e6cc31261bafdc4f43b2fa7dfc /keyboard/atomic/backlight.c | |
parent | 6ec6b613536b7138ee0c87002b10da8fe0c0117d (diff) | |
parent | ce75a7675e10e24e7ecd7bc3575c0e0fc1bc34b5 (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboard/atomic/backlight.c')
-rw-r--r-- | keyboard/atomic/backlight.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboard/atomic/backlight.c b/keyboard/atomic/backlight.c index f69364b2af..647b57e718 100644 --- a/keyboard/atomic/backlight.c +++ b/keyboard/atomic/backlight.c @@ -1,6 +1,8 @@ #include <avr/io.h> #include "backlight.h" +#include "atomic.h" + #define CHANNEL OCR1C |