aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/avr/suspend.c
diff options
context:
space:
mode:
authordbroqua <dbroqua@mousur.org>2017-04-29 15:04:01 +0200
committerdbroqua <dbroqua@mousur.org>2017-04-29 15:04:01 +0200
commit7180e195e84aabf252fcadb2852644417ac1d663 (patch)
tree2a314ac51bf1399c09a394e76ba81a56c072e7d6 /tmk_core/common/avr/suspend.c
parent838aae164568a1092ae269267f8d8772d3aba781 (diff)
parent584b804ee33d53102fef3b8cdd045bca4c47bf26 (diff)
downloadqmk_firmware-7180e195e84aabf252fcadb2852644417ac1d663.tar.gz
qmk_firmware-7180e195e84aabf252fcadb2852644417ac1d663.zip
Merge branch 'master' of https://github.com/Dbroqua/qmk_firmware
Diffstat (limited to 'tmk_core/common/avr/suspend.c')
-rw-r--r--tmk_core/common/avr/suspend.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/common/avr/suspend.c b/tmk_core/common/avr/suspend.c
index 0c81e8361..1c7618ff5 100644
--- a/tmk_core/common/avr/suspend.c
+++ b/tmk_core/common/avr/suspend.c
@@ -9,6 +9,7 @@
9#include "suspend.h" 9#include "suspend.h"
10#include "timer.h" 10#include "timer.h"
11#include "led.h" 11#include "led.h"
12#include "host.h"
12 13
13#ifdef PROTOCOL_LUFA 14#ifdef PROTOCOL_LUFA
14 #include "lufa.h" 15 #include "lufa.h"