X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Flcd_hd44_test.c;h=d01d01f41f5fc3523c2207fc665f91f276e014a4;hb=84876adb8515eb684c3f076ae9763ca765205951;hp=65107b8549d6a9512298e25e87a4f431b66eaa42;hpb=f58b90fce4022247d31d68ba1c0d3a620a9071d8;p=bertos.git diff --git a/bertos/drv/lcd_hd44_test.c b/bertos/drv/lcd_hd44_test.c index 65107b85..d01d01f4 100644 --- a/bertos/drv/lcd_hd44_test.c +++ b/bertos/drv/lcd_hd44_test.c @@ -37,12 +37,14 @@ * \author Stefano Fedrigo */ -#include "hw_lcd.h" - -#include +#include "lcd_hd44.h" +#include "hw/hw_lcd.h" #include -#include + +#warning TODO:Refactor this test to comply whit BeRTOS test policy. + +#ifdef _TEST void lcd_hw_test(void) { @@ -76,6 +78,10 @@ void lcd_hw_test(void) } + +#include +#include + int main(void) { lcd_hw_test(); @@ -86,3 +92,5 @@ int main(void) return 0; } + +#endif