X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/4ad929f19dcb302ef94067307da8e4b9ae9e6678..refs/heads/master:/Projects/SerialToLCD/Lib/HD44780.c diff --git a/Projects/SerialToLCD/Lib/HD44780.c b/Projects/SerialToLCD/Lib/HD44780.c index 61a9b7ec6..d720c5939 100644 --- a/Projects/SerialToLCD/Lib/HD44780.c +++ b/Projects/SerialToLCD/Lib/HD44780.c @@ -1,13 +1,13 @@ /* LUFA Library - Copyright (C) Dean Camera, 2017. + Copyright (C) Dean Camera, 2021. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* - Copyright 2017 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2021 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2012 Simon Foster (simon.foster [at] inbox [dot] com) Permission to use, copy, modify, distribute, and sell this @@ -91,7 +91,7 @@ static void HD44780_PowerUp4Bit(void) _delay_ms(5); HD44780_WriteNibble(0x03); // FN_SET 8-bit - /* Wait for more than 100 µs */ + /* Wait for more than 100 µs */ _delay_us(100); HD44780_WriteNibble(0x03); // FN_SET 8-bit