!265 Kconfig 中添加 RT_PRINTF_LONGLONG 的选择,默认不选择

Merge pull request !265 from liuduanfei/gitee_master
This commit is contained in:
bernard 2021-07-15 09:09:49 +00:00 committed by Gitee
commit 55f7d651c5

View File

@ -347,6 +347,10 @@ menu "Kernel Device Object"
config RT_CONSOLE_DEVICE_NAME
string "the device name for console"
default "uart"
config RT_PRINTF_LONGLONG
bool "rt_kprintf support long long"
default n
endif
endmenu