Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
teensy-serial-flash
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Merge pull request
#20
from FrankBoesing/patch-3
fix string_length
main
Paul Stoffregen
hace 8 años
padre
3485e95b99
ff8dff341f
commit
0e4bea85d8
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+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)
;
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar