Browse Source

Fix SD on SPI issues on IMXRT

main
PaulStoffregen 5 years ago
parent
commit
4ca861105f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      utility/Sd2Card.cpp

+ 1
- 0
utility/Sd2Card.cpp View File

} }
static void spiRec(uint8_t* buf, size_t len) { static void spiRec(uint8_t* buf, size_t len) {
memset(buf, 0xFF, len);
SPI.transfer(buf, len); SPI.transfer(buf, len);
} }

Loading…
Cancel
Save