Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit b562318

Browse files
committed
Add dtostrf implementation
1 parent 3e6cae3 commit b562318

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/arduino/itoa.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
*/
1818

1919
#include <api/itoa.h>
20+
#include <api/deprecated-avr-comp/avr/dtostrf.c.impl>
2021
#include <string.h>
2122

2223
#ifdef __cplusplus

0 commit comments

Comments
 (0)