Move pc assembly code to emul dir.
[bertos.git] / bertos / drv / lcd_hd44_test.c
index 412e43e96fb011afa88c90d38400620396258c09..f430f1367889c83276c8995092829b7a8bf519bc 100644 (file)
  * \author Stefano Fedrigo <aleph@develer.com>
  */
 
-#include <hw/hw_lcd.h>
-
-#include <cfg/arch_config.h>
+#include "hw_lcd.h"
+#include "lcd_hd44.h"
 
 #include <drv/timer.h>
-#include <drv/lcd_hd44.h>
 
 void lcd_hw_test(void)
 {
@@ -76,6 +74,11 @@ void lcd_hw_test(void)
 }
 
 
+#ifdef _TEST
+
+#include <drv/timer.c>
+#include <drv/lcd_hd44.c>
+
 int main(void)
 {
                lcd_hw_test();
@@ -86,3 +89,5 @@ int main(void)
 
                return 0;
 }
+
+#endif