mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-30 03:30:26 +08:00
fix bug
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1523 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
3bb6b835dc
commit
ded91b1072
@ -139,7 +139,7 @@ void rt_init_thread_entry(void* parameter)
|
||||
|
||||
#ifdef RT_USING_RTGUI
|
||||
{
|
||||
rt_device_t *lcd;
|
||||
rt_device_t lcd;
|
||||
|
||||
/* init lcd */
|
||||
rt_hw_lcd_init();
|
||||
|
Loading…
x
Reference in New Issue
Block a user