Skip to content
Snippets Groups Projects
Commit 428f164d authored by Bob-the-Kuhn's avatar Bob-the-Kuhn Committed by Scott Lahteine
Browse files

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

parent 693843f1
No related branches found
No related tags found
No related merge requests found
......@@ -170,6 +170,7 @@ extern "C" {
#endif
void HAL_idletask(void);
void HAL_init(void);
char *dtostrf (double __val, signed char __width, unsigned char __prec, char *__s);
#ifdef __cplusplus
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment