Adjust global variable name

This commit is contained in:
marshmellow42 2017-02-27 23:03:55 -05:00
commit fac69c3d76
2 changed files with 4 additions and 3 deletions

View file

@ -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;