RT-Thread_v4.1.1
This commit is contained in:
11
components/libc/Kconfig
Normal file
11
components/libc/Kconfig
Normal file
@ -0,0 +1,11 @@
|
||||
menu "C/C++ and POSIX layer"
|
||||
|
||||
config RT_LIBC_DEFAULT_TIMEZONE
|
||||
int "Set the default time zone (UTC+)"
|
||||
range -12 12
|
||||
default 8
|
||||
|
||||
source "$RTT_DIR/components/libc/posix/Kconfig"
|
||||
source "$RTT_DIR/components/libc/cplusplus/Kconfig"
|
||||
|
||||
endmenu
|
Reference in New Issue
Block a user