Trailing whitespace clean
This commit is contained in:
@ -167,9 +167,9 @@ void spiSendBlock(uint8_t token, const uint8_t* buf) {
|
||||
/** Begin SPI transaction, set clock, bit order, data mode */
|
||||
void spiBeginTransaction(uint32_t spiClock, uint8_t bitOrder, uint8_t dataMode) {
|
||||
spiConfig = SPISettings(spiClock, bitOrder, dataMode);
|
||||
|
||||
|
||||
SPI.beginTransaction(spiConfig);
|
||||
}
|
||||
}
|
||||
|
||||
#endif // SOFTWARE_SPI
|
||||
|
||||
|
Reference in New Issue
Block a user