Selaa lähdekoodia

Update nonstd.c

teensy4-core
Frank 4 vuotta sitten
vanhempi
commit
40af196b75
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      teensy4/nonstd.c

+ 1
- 1
teensy4/nonstd.c Näytä tiedosto

@@ -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…
Peruuta
Tallenna