Rename myself
[bertos.git] / bertos / drv / lcd_hd44_test.c
index f430f1367889c83276c8995092829b7a8bf519bc..5c5ace45c524c3f9931dd54717af0d2bd0cc8c37 100644 (file)
  * \brief LM044L type LCD hardware module (impl.)
  *
  * \version $Id$
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  * \author Stefano Fedrigo <aleph@develer.com>
  */
 
-#include "hw_lcd.h"
 #include "lcd_hd44.h"
+#include "hw/hw_lcd.h"
 
 #include <drv/timer.h>
 
+#warning TODO:Refactor this test to comply whit BeRTOS test policy.
+
+#ifdef _TEST
+
 void lcd_hw_test(void)
 {
        lcd_regWrite(LCD_CMD_SET_DDRAMADDR | 3);
@@ -74,7 +78,6 @@ void lcd_hw_test(void)
 }
 
 
-#ifdef _TEST
 
 #include <drv/timer.c>
 #include <drv/lcd_hd44.c>