Explorar el Código

Update nonstd.c

teensy4-core
Frank hace 4 años
padre
commit
40af196b75
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      teensy4/nonstd.c

+ 1
- 1
teensy4/nonstd.c Ver fichero

@@ -163,7 +163,7 @@ char * dtostrf(float val, int width, unsigned int precision, char *buf)

// shift decimal point
while (newPrecision > 0) {
val *= 10.0;
val *= 10.0f;
newPrecision--;
}


Cargando…
Cancelar
Guardar