builder: enable picolibc freopen

This commit is contained in:
Jake Bailey
2026-07-31 14:43:04 -07:00
committed by Ron Evans
parent 402176464e
commit e88a14df69
+1 -1
View File
@@ -199,7 +199,7 @@ var picolibcSourcesLarge = []string{
"libc/stdio/fputc.c",
"libc/stdio/fputs.c",
"libc/stdio/fread.c",
//"libc/stdio/freopen.c", // crashes with AVR, see: https://github.com/picolibc/picolibc/pull/369
"libc/stdio/freopen.c",
"libc/stdio/fscanf.c",
"libc/stdio/fseek.c",
"libc/stdio/fseeko.c",