From: Michel Pollet Date: Wed, 2 Aug 2017 10:06:11 +0000 (+0100) Subject: m324: Fix core X-Git-Tag: v1.6~33^2 X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=77092face02e349d6e7ab5e13e50f6e27c12e347;p=sx%2Fsimavr.git m324: Fix core Now uses the new header Signed-off-by: Michel Pollet --- 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