浏览代码

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

liuduanfei 3 年之前
父节点
当前提交
4e40129e57
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/Kconfig

+ 4 - 0
src/Kconfig

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