Include host.h from suspend.c

This commit is contained in:
Fred Sundvik 2017-04-12 09:02:51 +03:00
parent 08b9eb26c5
commit abda6ff7bb
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include "suspend.h"
#include "timer.h"
#include "led.h"
#include "host.h"
#ifdef PROTOCOL_LUFA
#include "lufa.h"