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
1 changed files with 1 additions and 1 deletions

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