Browse Source

[2.0.x] Bug fix - "M114 D" and Due (dtostrf C linkage) (#9481)

Bob-the-Kuhn 7 years ago
parent
commit
428f164d02
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/HAL/HAL_DUE/HAL_Due.h

+ 1
- 0
Marlin/src/HAL/HAL_DUE/HAL_Due.h View File

@@ -170,6 +170,7 @@ extern "C" {
170 170
 #endif
171 171
 void HAL_idletask(void);
172 172
 void HAL_init(void);
173
+char *dtostrf (double __val, signed char __width, unsigned char __prec, char *__s);
173 174
 #ifdef __cplusplus
174 175
 }
175 176
 #endif

Loading…
Cancel
Save