summaryrefslogtreecommitdiff
path: root/drivers/avr/hd44780.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2020-12-26 04:56:43 +0000
committerQMK Bot <hello@qmk.fm>2020-12-26 04:56:43 +0000
commit0b37c0dfa0690c60ddf0798d8d771b74f47ebca1 (patch)
tree3fa910e5907b75137d047363eee6680cc89228ee /drivers/avr/hd44780.h
parentffd7e44e5af660fbd131f67ef803ac3aad2123d6 (diff)
parent1d1d5da43f86d9dded47c66afec94991d623f114 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'drivers/avr/hd44780.h')
-rw-r--r--drivers/avr/hd44780.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/avr/hd44780.h b/drivers/avr/hd44780.h
index e60817e989..08e60f8a44 100644
--- a/drivers/avr/hd44780.h
+++ b/drivers/avr/hd44780.h
@@ -1,5 +1,3 @@
-#ifndef LCD_H
-#define LCD_H
/*************************************************************************
Title : C include file for the HD44780U LCD library (lcd.c)
Author: Peter Fleury <pfleury@gmx.ch> http://tinyurl.com/peterfleury
@@ -43,6 +41,8 @@
*/
+#pragma once
+
#include <inttypes.h>
#include <avr/pgmspace.h>
@@ -346,5 +346,3 @@ extern void lcd_data(uint8_t data);
#define lcd_puts_P(__s) lcd_puts_p(PSTR(__s))
/**@}*/
-
-#endif // LCD_H