bug fix - biphase invert + fdx-b adjustments

This commit is contained in:
marshmellow42 2015-06-03 23:59:22 -04:00
commit b2c330b367
3 changed files with 25 additions and 23 deletions

View file

@ -605,7 +605,7 @@ size_t removeParity(uint8_t *BitStream, size_t startIdx, uint8_t pLen, uint8_t p
// Ask/Biphase Demod then try to locate an ISO 11784/85 ID
// BitStream must contain previously askrawdemod and biphasedemoded data
int ISO11784demodBI(uint8_t *dest, size_t *size)
int FDXBdemodBI(uint8_t *dest, size_t *size)
{
//make sure buffer has enough data
if (*size < 128) return -1;