mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 10:43:30 +08:00
Merge pull request #1166 from sundm75/sundm75
龙芯1C使用的libc初始化添加了dev的定义条件
This commit is contained in:
commit
e14d030de9
@ -37,7 +37,7 @@
|
||||
|
||||
int libc_system_init(void)
|
||||
{
|
||||
#ifdef RT_USING_DFS
|
||||
#if defined(RT_USING_DFS) & defined(RT_USING_DFS_DEVFS)
|
||||
rt_device_t dev_console;
|
||||
|
||||
dev_console = rt_console_get_device();
|
||||
|
Loading…
x
Reference in New Issue
Block a user