Skip to content

Commit 121c2be

Browse files
committed
builder: enable picolibc freopen
1 parent a3fabfb commit 121c2be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builder/picolibc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ var picolibcSourcesLarge = []string{
199199
"libc/stdio/fputc.c",
200200
"libc/stdio/fputs.c",
201201
"libc/stdio/fread.c",
202-
//"libc/stdio/freopen.c", // crashes with AVR, see: https://github.com/picolibc/picolibc/pull/369
202+
"libc/stdio/freopen.c",
203203
"libc/stdio/fscanf.c",
204204
"libc/stdio/fseek.c",
205205
"libc/stdio/fseeko.c",

0 commit comments

Comments
 (0)