add user api printf

This commit is contained in:
Wang_Weigen
2021-06-17 14:47:51 +08:00
parent e603afa739
commit f564ef8d28
3 changed files with 2 additions and 4 deletions
-3
View File
@@ -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
+1
View File
@@ -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