aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/SerialToLCD/SerialToLCD.c
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/SerialToLCD/SerialToLCD.c')
-rw-r--r--Projects/SerialToLCD/SerialToLCD.c2
1 files changed, 1 insertions, 1 deletions
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 */