mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
ADD: https://github.com/Proxmark/proxmark3/pull/417 (@merlokk)
CHG: https://github.com/Proxmark/proxmark3/pull/434 (@pwpiwi)
This commit is contained in:
parent
4b48e63ccc
commit
b27a9920b1
10 changed files with 279 additions and 141 deletions
|
@ -42,6 +42,8 @@ extern int flushAfterWrite; //buzzy
|
|||
extern bool GridLocked;
|
||||
extern bool showDemod;
|
||||
|
||||
extern pthread_mutex_t print_lock;
|
||||
|
||||
extern void iceIIR_Butterworth(int * data, const size_t len);
|
||||
extern void iceSimple_Filter(int *data, const size_t len, uint8_t k);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue