mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-21 02:27:10 +08:00
龙芯1C使用的libc初始化添加了dev的定义条件
This commit is contained in:
parent
12e0b7037e
commit
9dfe8e25c2
@ -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