add user api printf
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
menu "Kernel feature"
|
||||
config COMPILE_WITH_XIUOS
|
||||
bool "select xiuos kernel"
|
||||
default y
|
||||
|
||||
menu "separate compile(choose none for compile once)"
|
||||
config SEPARATE_COMPILE
|
||||
|
||||
@@ -92,6 +92,7 @@ struct InitSequenceDesc components_init[] =
|
||||
#ifdef FS_CH376
|
||||
{ "ch376", Ch376fsInit },
|
||||
#endif
|
||||
{ "libc_system", LibcSystemInit },
|
||||
#ifdef RTC_SYNC_USING_NTP
|
||||
{ "rtc_ntp_sync",RtcNtpSyncInit},
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user