mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
Include host.h from suspend.c
This commit is contained in:
parent
08b9eb26c5
commit
abda6ff7bb
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
#include "suspend.h"
|
#include "suspend.h"
|
||||||
#include "timer.h"
|
#include "timer.h"
|
||||||
#include "led.h"
|
#include "led.h"
|
||||||
|
#include "host.h"
|
||||||
|
|
||||||
#ifdef PROTOCOL_LUFA
|
#ifdef PROTOCOL_LUFA
|
||||||
#include "lufa.h"
|
#include "lufa.h"
|
||||||
|
|
Loading…
Reference in a new issue