From 77092face02e349d6e7ab5e13e50f6e27c12e347 Mon Sep 17 00:00:00 2001 From: Michel Pollet Date: Wed, 2 Aug 2017 11:06:11 +0100 Subject: [PATCH] m324: Fix core Now uses the new header Signed-off-by: Michel Pollet --- simavr/cores/sim_mega324.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simavr/cores/sim_mega324.c b/simavr/cores/sim_mega324.c index bc74ea4..0697b76 100644 --- a/simavr/cores/sim_mega324.c +++ b/simavr/cores/sim_mega324.c @@ -26,7 +26,7 @@ #define _AVR_IO_H_ #define __ASSEMBLER__ -#include "avr/iom324p.h" +#include "avr/iom324.h" /* borken avr-libc missing these declarations :/ */ /* The one from 324a are also wrong, like, I'm embarassed for whomever -- 2.39.5