This commit is contained in:
siddacious 2020-04-20 17:08:09 -07:00
parent c852d5744c
commit be95f9da0b
1 changed files with 0 additions and 2 deletions

View File

@ -145,8 +145,6 @@ void Adafruit_SPIDevice::transfer(uint8_t *buffer, size_t len) {
}
}
// Serial.print(" : 0x"); Serial.print(reply, HEX);
if (_dataOrder == SPI_BITORDER_LSBFIRST) {
// LSB is rare, if it happens we'll just flip the bits around for them