Mark these test as TODO.
[bertos.git] / bertos / drv / lcd_hd44_test.c
index 48ec04d4259e0d0c7e9b4ca762dddf75dee5dfbb..d01d01f41f5fc3523c2207fc665f91f276e014a4 100644 (file)
  */
 
 #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);
@@ -75,7 +78,6 @@ void lcd_hw_test(void)
 }
 
 
-#ifdef _TEST
 
 #include <drv/timer.c>
 #include <drv/lcd_hd44.c>