This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-cores
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update nonstd.c
main
Frank
4 years ago
parent
3faa68520a
commit
40af196b75
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+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.0
f
;
newPrecision--;
}
Write
Preview
Loading…
Cancel
Save