Explorar el Código

Merge pull request #20 from FrankBoesing/patch-3

fix string_length
main
Paul Stoffregen hace 8 años
padre
commit
0e4bea85d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      SerialFlashDirectory.cpp

+ 1
- 1
SerialFlashDirectory.cpp Ver fichero

@@ -239,7 +239,7 @@ static uint32_t string_length(uint32_t addr)
len++;
if (*p == 0) return len;
}
addr += len;
addr += sizeof(buf);
}
}


Cargando…
Cancelar
Guardar