mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-02-23 15:14:15 +08:00
Update hfsnoop.c (#338)
fix: missed a include for usb_poll_validate_length
This commit is contained in:
parent
893d0fcc49
commit
6100040454
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue