Browse Source

Merge pull request #4874 from rtthread-bot/rtt_bot

[update] RT-Thread Robot automatic submission
Bernard Xiong 3 năm trước cách đây
mục cha
commit
6c5546cc9c
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/Kconfig

+ 4 - 0
src/Kconfig

@@ -352,6 +352,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