Merge pull request #86 from marshmellow42/master

Fixed indents to Tabs from Spaces
This commit is contained in:
Martin Holst Swende 2015-03-25 20:23:41 +01:00
commit 337288f9ac
4 changed files with 4880 additions and 4878 deletions

View file

@ -86,7 +86,8 @@ void printDemodBuff(void)
DemodBuffer[i+12],
DemodBuffer[i+13],
DemodBuffer[i+14],
DemodBuffer[i+15]);
DemodBuffer[i+15]
);
}
return;
}
@ -260,7 +261,8 @@ void printBitStream(uint8_t BitStream[], uint32_t bitLen)
BitStream[i+12],
BitStream[i+13],
BitStream[i+14],
BitStream[i+15]);
BitStream[i+15]
);
}
return;
}