Fix Spindle/Laser compile error (#14312)

This commit is contained in:
Ludy
2019-06-18 01:38:43 +02:00
committed by Scott Lahteine
parent 21f377d94a
commit 35aabd1834
3 changed files with 4 additions and 3 deletions

View File

@ -27,7 +27,7 @@
char* ui8tostr4pct(const uint8_t i);
// Convert uint8_t to string with 123 format
char* ui8tostr3(const uint8_t x);
char* ui8tostr3(const uint8_t i);
// Convert int8_t to string with 123 format
char* i8tostr3(const int8_t x);