Explorar o código

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

liuduanfei %!s(int64=3) %!d(string=hai) anos
pai
achega
4e40129e57
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/Kconfig

+ 4 - 0
src/Kconfig

@@ -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