mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Adjust global variable name
This commit is contained in:
parent
2b11c7c750
commit
fac69c3d76
2 changed files with 4 additions and 3 deletions
|
@ -288,6 +288,7 @@ int cleanAskRawDemod(uint8_t *BinStream, size_t *size, int clk, int invert, int
|
|||
}
|
||||
|
||||
//by marshmellow
|
||||
//amplify based on ask edge detection
|
||||
void askAmp(uint8_t *BitStream, size_t size)
|
||||
{
|
||||
uint8_t Last = 128;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue