Browse Source

fix compiling warning.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1555 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong@gmail.com 14 years ago
parent
commit
b3ef63314b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsp/mini2440/lcd.h

+ 1 - 1
bsp/mini2440/lcd.h

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