Update hfsnoop.c (#338)

fix:  missed a include for usb_poll_validate_length
This commit is contained in:
Iceman 2017-06-26 08:37:32 +02:00 committed by pwpiwi
parent 893d0fcc49
commit 6100040454

View file

@ -2,6 +2,7 @@
#include "apps.h"
#include "BigBuf.h"
#include "util.h"
#include "usb_cdc.h" // for usb_poll_validate_length
static void RAMFUNC optimizedSnoop(void);