mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-23 14:45:37 -07:00
syntax sugar
This commit is contained in:
parent
573e8d72c7
commit
e977fb0da3
2 changed files with 8 additions and 8 deletions
|
@ -15,6 +15,8 @@
|
|||
#define LFDEMOD_H__
|
||||
#include <stdint.h> // for uint_32+
|
||||
#include <stdbool.h> // for bool
|
||||
#include <string.h> // for strcmp
|
||||
#include <stdlib.h> // for
|
||||
|
||||
//generic
|
||||
uint8_t justNoise(uint8_t *bits, size_t size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue