Frank hace 8 años
padre
commit
870ecc17c5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      SerialFlashChip.cpp

+ 1
- 1
SerialFlashChip.cpp Ver fichero

@@ -208,7 +208,7 @@ void SerialFlashChip::write(uint32_t addr, const void *buf, uint32_t len)
SPI.transfer(*p++);
} while (--pagelen > 0);
CSRELEASE();
busy = 1;
busy = 4;
SPI.endTransaction();
} while (len > 0);
}

Cargando…
Cancelar
Guardar