Selaa lähdekoodia

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

Bob-the-Kuhn 7 vuotta sitten
vanhempi
commit
428f164d02
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      Marlin/src/HAL/HAL_DUE/HAL_Due.h

+ 1
- 0
Marlin/src/HAL/HAL_DUE/HAL_Due.h Näytä tiedosto

@@ -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…
Peruuta
Tallenna