|
@ -27,8 +27,8 @@ |
|
|
|
|
|
|
|
|
#define ROUND(val) uint16_t((val)+0.5) |
|
|
#define ROUND(val) uint16_t((val)+0.5) |
|
|
|
|
|
|
|
|
|
|
|
#pragma GCC diagnostic push |
|
|
#if GCC_VERSION <= 50000 |
|
|
#if GCC_VERSION <= 50000 |
|
|
#pragma GCC diagnostic push |
|
|
|
|
|
#pragma GCC diagnostic ignored "-Wno-format" |
|
|
#pragma GCC diagnostic ignored "-Wno-format" |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
@ -105,8 +105,6 @@ void format_position(char *str, float x, float y, float z) { |
|
|
sprintf_P(str, PSTR("%s; %s; %s " S_FMT), num1, num2, num3, GET_TEXT(MSG_UNITS_MM)); |
|
|
sprintf_P(str, PSTR("%s; %s; %s " S_FMT), num1, num2, num3, GET_TEXT(MSG_UNITS_MM)); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#if GCC_VERSION <= 50000 |
|
|
#pragma GCC diagnostic pop |
|
|
#pragma GCC diagnostic pop |
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#endif // TOUCH_UI_FTDI_EVE
|
|
|
#endif // TOUCH_UI_FTDI_EVE
|
|
|