Skip to content

Commit e18f59a

Browse files
committed
Add dtostrf implementation
1 parent 8de1003 commit e18f59a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/arduino/itoa.c

+1
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)