Rename float32 => float52, etc.
This commit is contained in:
@@ -63,7 +63,7 @@ void safe_delay(millis_t ms);
|
||||
char* ftostr12ns(const float &x);
|
||||
|
||||
// Convert signed float to fixed-length string with 023.45 / -23.45 format
|
||||
char* ftostr32(const float &x);
|
||||
char* ftostr52(const float &x);
|
||||
|
||||
// Convert float to fixed-length string with +123.4 / -123.4 format
|
||||
char* ftostr41sign(const float &x);
|
||||
|
Reference in New Issue
Block a user