Formatting fixes

This commit is contained in:
Robin Giese 2020-08-23 21:44:10 -07:00
parent 2fce4a24f2
commit b8da0bd043
1 changed files with 10 additions and 9 deletions

View File

@ -112,6 +112,7 @@ bool Adafruit_SPIDevice::begin(void) {
void Adafruit_SPIDevice::transfer(uint8_t *buffer, size_t len) {
if (_spi) {
// hardware SPI is easy
#ifdef SPARK
// Spark uses asynchronous DMA for multi-byte transfers;
// just use the single-byte method for sync transfers.