From e0bb2bb3d9d04dea2bc6e46e02417f98027777b9 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Fri, 28 Jan 2011 21:30:52 +0100 Subject: Having the init sequence initializing the I/O subsystem of the newlib. --- os/src/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/src/init.c') diff --git a/os/src/init.c b/os/src/init.c index 4b518ab..6d10950 100644 --- a/os/src/init.c +++ b/os/src/init.c @@ -21,7 +21,7 @@ void _start() { BoardEarlyInit(); BoardConsoleInit(); BoardConsolePuts("uC-sdk - booting."); -// __sinit(_impure_ptr); + __sinit(_impure_ptr); __libc_init_array(); BoardLateInit(); atexit(__libc_fini_array); -- cgit v1.2.3