aboutsummaryrefslogtreecommitdiff
path: root/drivers/avr/hd44780.h
diff options
context:
space:
mode:
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 e60817e98..08e60f8a4 100644
--- a/drivers/avr/hd44780.h
+++ b/drivers/avr/hd44780.h
@@ -1,5 +1,3 @@
1#ifndef LCD_H
2#define LCD_H
3/************************************************************************* 1/*************************************************************************
4 Title : C include file for the HD44780U LCD library (lcd.c) 2 Title : C include file for the HD44780U LCD library (lcd.c)
5 Author: Peter Fleury <pfleury@gmx.ch> http://tinyurl.com/peterfleury 3 Author: Peter Fleury <pfleury@gmx.ch> http://tinyurl.com/peterfleury
@@ -43,6 +41,8 @@
43 41
44*/ 42*/
45 43
44#pragma once
45
46#include <inttypes.h> 46#include <inttypes.h>
47#include <avr/pgmspace.h> 47#include <avr/pgmspace.h>
48 48
@@ -346,5 +346,3 @@ extern void lcd_data(uint8_t data);
346#define lcd_puts_P(__s) lcd_puts_p(PSTR(__s)) 346#define lcd_puts_P(__s) lcd_puts_p(PSTR(__s))
347 347
348/**@}*/ 348/**@}*/
349
350#endif // LCD_H