X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/e7670d06e0724fc03c743b8f24251e6d25e2b4d6..3c1b28cf5ff16fede61f2abf37d5616f3e661036:/Projects/SerialToLCD/SerialToLCD.c?ds=sidebyside diff --git a/Projects/SerialToLCD/SerialToLCD.c b/Projects/SerialToLCD/SerialToLCD.c index 952e2d4f2..b94c5a4a2 100644 --- a/Projects/SerialToLCD/SerialToLCD.c +++ b/Projects/SerialToLCD/SerialToLCD.c @@ -148,7 +148,7 @@ void SetupHardware(void) USB_Init(); /* Power up the HD44780 Interface */ - HD44780_Initialise(); + HD44780_Initialize(); HD44780_WriteCommand(CMD_DISPLAY_ON); /* Start the flush timer so that overflows occur rapidly to push received bytes to the USB interface */