Skip to content

Commit 522150c

Browse files
committed
fix: add stdint.h as stdio.h providing only necessary types
due to newlib version 4.2.0 provided within arm-none-eabi-gcc-12.2.1 See: https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git Title: In <stdio.h> provide only necessary types Commit: 357d7fcc6ad1b0660e2b3131d09eb22e2559e46d Signed-off-by: Frederic Pillon <[email protected]>
1 parent 45c10e6 commit 522150c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: cores/arduino/avr/dtostrf.c

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
*/
2020

2121
#include <stdio.h>
22+
#include <stdint.h>
2223
#include <stdlib.h>
2324
#include <string.h>
2425

0 commit comments

Comments
 (0)