ftostr32np > ftostr32sp
sp=space-padded, similar to: ns=no-sign
This commit is contained in:
parent
10e1b6ef8b
commit
e7db8ee9e5
3 changed files with 3 additions and 3 deletions
|
|
@ -1497,7 +1497,7 @@ char *ftostr12ns(const float &x)
|
|||
}
|
||||
|
||||
// convert float to space-padded string with -_23.4_ format
|
||||
char *ftostr32np(const float &x) {
|
||||
char *ftostr32sp(const float &x) {
|
||||
long xx = abs(x * 100);
|
||||
uint8_t dig;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue