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