Sfoglia il codice sorgente

Update nonstd.c

main
Frank 4 anni fa
parent
commit
40af196b75
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      teensy4/nonstd.c

+ 1
- 1
teensy4/nonstd.c Vedi File

@@ -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--;
}


Loading…
Annulla
Salva