Browse Source

Update nonstd.c

main
Frank 4 years ago
parent
commit
40af196b75
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      teensy4/nonstd.c

+ 1
- 1
teensy4/nonstd.c View 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…
Cancel
Save