misc: Fix confusing typo in error message
[simavr] / simavr / cores / sim_tinyx4.h
index ca415cf..2ce12b3 100644 (file)
@@ -57,7 +57,7 @@ struct mcu_t {
 #error SIM_MMCU is not declared
 #endif
 
-struct mcu_t SIM_CORENAME = {
+const struct mcu_t SIM_CORENAME = {
     .core = {
         .mmcu = SIM_MMCU,
         DEFAULT_CORE(SIM_VECTOR_SIZE),