Skip to content

Commit 4e40129

Browse files
liuduanfeigitee-org
authored andcommitted
Kconfig 中添加 RT_PRINTF_LONGLONG 的选择,默认不选择
1 parent 1d276ac commit 4e40129

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,10 @@ menu "Kernel Device Object"
347347
config RT_CONSOLE_DEVICE_NAME
348348
string "the device name for console"
349349
default "uart"
350+
351+
config RT_PRINTF_LONGLONG
352+
bool "rt_kprintf support long long"
353+
default n
350354
endif
351355

352356
endmenu

0 commit comments

Comments
 (0)