style space to tab

no code change, just style
This commit is contained in:
Rotzbua
2015-03-15 20:07:39 +01:00
parent 56d2777eb3
commit 2dc9124ffc
2 changed files with 294 additions and 297 deletions

View File

@@ -280,7 +280,6 @@ void MFRC522::PCD_SetAntennaGain(byte mask) {
*/ */
bool MFRC522::PCD_PerformSelfTest() { bool MFRC522::PCD_PerformSelfTest() {
// This follows directly the steps outlined in 16.1.1 // This follows directly the steps outlined in 16.1.1
// 1. Perform a soft reset. // 1. Perform a soft reset.
PCD_Reset(); PCD_Reset();
@@ -315,7 +314,6 @@ bool MFRC522::PCD_PerformSelfTest() {
PCD_ReadRegister(FIFODataReg, 64, result, 0); PCD_ReadRegister(FIFODataReg, 64, result, 0);
// Auto self-test done // Auto self-test done
// Reset AutoTestReg register to be 0 again. Required for normal operation. // Reset AutoTestReg register to be 0 again. Required for normal operation.
PCD_WriteRegister(AutoTestReg, 0x00); PCD_WriteRegister(AutoTestReg, 0x00);

View File

@@ -322,7 +322,6 @@ public:
///////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////
byte PCD_TransceiveData(byte *sendData, byte sendLen, byte *backData, byte *backLen, byte *validBits = NULL, byte rxAlign = 0, bool checkCRC = false); byte PCD_TransceiveData(byte *sendData, byte sendLen, byte *backData, byte *backLen, byte *validBits = NULL, byte rxAlign = 0, bool checkCRC = false);
byte PCD_CommunicateWithPICC(byte command, byte waitIRq, byte *sendData, byte sendLen, byte *backData = NULL, byte *backLen = NULL, byte *validBits = NULL, byte rxAlign = 0, bool checkCRC = false); byte PCD_CommunicateWithPICC(byte command, byte waitIRq, byte *sendData, byte sendLen, byte *backData = NULL, byte *backLen = NULL, byte *validBits = NULL, byte rxAlign = 0, bool checkCRC = false);
byte PICC_RequestA(byte *bufferATQA, byte *bufferSize); byte PICC_RequestA(byte *bufferATQA, byte *bufferSize);
byte PICC_WakeupA(byte *bufferATQA, byte *bufferSize); byte PICC_WakeupA(byte *bufferATQA, byte *bufferSize);
byte PICC_REQA_or_WUPA(byte command, byte *bufferATQA, byte *bufferSize); byte PICC_REQA_or_WUPA(byte command, byte *bufferATQA, byte *bufferSize);