Ver código fonte

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

Bob-the-Kuhn 7 anos atrás
pai
commit
428f164d02
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      Marlin/src/HAL/HAL_DUE/HAL_Due.h

+ 1
- 0
Marlin/src/HAL/HAL_DUE/HAL_Due.h Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar