Explorar el Código

Fix SD on SPI issues on IMXRT

main
PaulStoffregen hace 6 años
padre
commit
4ca861105f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      utility/Sd2Card.cpp

+ 1
- 0
utility/Sd2Card.cpp Ver fichero

@@ -169,6 +169,7 @@ static void spiSend(uint8_t b) {
}
static void spiRec(uint8_t* buf, size_t len) {
memset(buf, 0xFF, len);
SPI.transfer(buf, len);
}

Cargando…
Cancelar
Guardar