mega1280: Initialize UART 2 and 3
[simavr] / simavr / cores / sim_mega644.c
index bc20f6e..7a82976 100644 (file)
 #define _AVR_IO_H_
 #define __ASSEMBLER__
 #include "avr/iom644.h"
-// instanciate the new core
+// instantiate the new core
 #include "sim_megax4.h"
 
 static avr_t * make()
 {
-       return &SIM_CORENAME.core;
+       return avr_core_allocate(&SIM_CORENAME.core, sizeof(struct mcu_t));
 }
 
 avr_kind_t mega644 = {