Explorar el Código

Return true on successful write

perhaps better
main
FrankBoesing hace 9 años
padre
commit
d363207682
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      SerialFlashDirectory.cpp

+ 1
- 1
SerialFlashDirectory.cpp Ver fichero

@@ -251,7 +251,7 @@ bool SerialFlashChip::create(const char *filename, uint32_t length, uint32_t ali
buf[0] = filename_hash(filename);
SerialFlash.write(buf, 8 + index * 2, 2);
while (!SerialFlash.ready()) ; // TODO: timeout
return false;
return true;
}

bool SerialFlashChip::readdir(char *filename, uint32_t strsize, uint32_t &filesize)

Cargando…
Cancelar
Guardar