Skip to content

Commit 4474161

Browse files
committed
fixup! fixup! fixup! fixup! [libc] Add putc, fputc, and fprintf to stdio/baremetal
1 parent 581740f commit 4474161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/stdio/baremetal/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ add_entrypoint_object(
44
fprintf.cpp
55
HDRS
66
../fprintf.h
7-
DEPENDS
7+
DEPENDS
88
libc.src.__support.CPP.string_view
99
libc.src.stdio.printf_core.printf_main
1010
.baremetal_write_utils

0 commit comments

Comments
 (0)