Skip to content

Commit 77092fa

Browse files
committed
m324: Fix core
Now uses the new header Signed-off-by: Michel Pollet <buserror@gmail.com>
1 parent 6555655 commit 77092fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simavr/cores/sim_mega324.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
#define _AVR_IO_H_
2828
#define __ASSEMBLER__
29-
#include "avr/iom324p.h"
29+
#include "avr/iom324.h"
3030

3131
/* borken avr-libc missing these declarations :/ */
3232
/* The one from 324a are also wrong, like, I'm embarassed for whomever

0 commit comments

Comments
 (0)