aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR-ATmega128-GCC/lcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR-ATmega128-GCC/lcd.c')
-rw-r--r--demos/AVR-ATmega128-GCC/lcd.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/demos/AVR-ATmega128-GCC/lcd.c b/demos/AVR-ATmega128-GCC/lcd.c
index eed0c896e..29a4d0c8c 100644
--- a/demos/AVR-ATmega128-GCC/lcd.c
+++ b/demos/AVR-ATmega128-GCC/lcd.c
@@ -17,11 +17,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <ch.h>
-
-#include <avr/io.h>
-
-#include "board.h"
+#include "ch.h"
+#include "hal.h"
#include "lcd.h"
static void e_pulse(void) {