Browse Source

Merge pull request #43 from mjs513/master

Added dummy end() function to SPI.ccp
main
Paul Stoffregen 5 years ago
parent
commit
b8773e5b76
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      SPI.cpp

+ 1
- 1
SPI.cpp View File

@@ -1463,7 +1463,7 @@ void SPIClass::transfer(const void * buf, void * retbuf, size_t count)
}


void SPIClass::end(){}




Loading…
Cancel
Save