X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Flcd_hd44_test.c;h=5c5ace45c524c3f9931dd54717af0d2bd0cc8c37;hb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;hp=412e43e96fb011afa88c90d38400620396258c09;hpb=8d1c9a89e29527488e2456e29f56f14310c09c08;p=bertos.git diff --git a/bertos/drv/lcd_hd44_test.c b/bertos/drv/lcd_hd44_test.c index 412e43e9..5c5ace45 100644 --- a/bertos/drv/lcd_hd44_test.c +++ b/bertos/drv/lcd_hd44_test.c @@ -33,16 +33,18 @@ * \brief LM044L type LCD hardware module (impl.) * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ -#include - -#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