4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-30 03:30:26 +08:00
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1523 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
qiuyiuestc@gmail.com 2011-06-19 02:42:55 +00:00
parent 3bb6b835dc
commit ded91b1072

View File

@ -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();