[En-Nut-Discussion] Platform independent HD44780 driver (remove old ones)
Thiago A. Corrêa
thiago.correa at gmail.com
Tue Sep 16 17:51:35 CEST 2014
On Tue, Sep 16, 2014 at 12:34 PM, Uwe Bonnes
<bon at elektron.ikp.physik.tu-darmstadt.de> wrote:
> eir10cIn file included from /devel/ethernut_sf/build/../nut/dev/hd44780.c:101:0:
> /devel/ethernut_sf/build/../nut/include/cfg/arch/porttran.h:547:0: error: "GPIO_FILTER_ON" redefined [-Werror]
> #define GPIO_FILTER_ON(b)
> ^
> In file included from /devel/ethernut_sf/build/../nut/dev/hd44780.c:101:0:
> /devel/ethernut_sf/build/../nut/include/cfg/arch/porttran.h:555:0: error: "GPIO_FILTER_OFF" redefined [-Werror]
> #define GPIO_FILTER_OFF(b)
> ^
That's not my doing :)
Fixed r5822
> /devel/ethernut_sf/build/../nut/dev/hd44780.c: In function 'LcdWriteByte':
> /devel/ethernut_sf/build/../nut/dev/hd44780.c:198:5: error: implicit declaration of function 'LcdNanoDelay' [-Werror=implicit-function-declaration]
> LcdNanoDelay(LCD_SHORT_DELAY);
> ^
Conditional compile with 4 bits interface... that slipped.
Fixed r5823. Thanks.
Kind Regards,
Thiago A. Correa
More information about the En-Nut-Discussion
mailing list