fix compiling warning.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1555 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong@gmail.com 2011-06-29 15:20:49 +00:00
parent 7fb192b29b
commit b3ef63314b
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@
#include <rtthread.h>
void rt_hw_lcd_init();
void rt_hw_lcd_init(void);
#endif