From 0a6a6164d0f6f93dd9b6643b699c6def72214e6a Mon Sep 17 00:00:00 2001 From: Michel Pollet Date: Sun, 9 Feb 2014 23:08:58 +0000 Subject: [PATCH] core: renamed MCU section variable name This was clashing with the command register Signed-off-by: Michel Pollet --- simavr/sim/avr/avr_mcu_section.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simavr/sim/avr/avr_mcu_section.h b/simavr/sim/avr/avr_mcu_section.h index b153bc3..68558eb 100644 --- a/simavr/sim/avr/avr_mcu_section.h +++ b/simavr/sim/avr/avr_mcu_section.h @@ -172,7 +172,7 @@ struct avr_mmcu_vcd_trace_t { * without using a UART to do debug. */ #define AVR_MCU_SIMAVR_CONSOLE(_register) \ - const struct avr_mmcu_addr_t _simavr_command_register _MMCU_ = {\ + const struct avr_mmcu_addr_t _simavr_console_register _MMCU_ = {\ .tag = AVR_MMCU_TAG_SIMAVR_CONSOLE,\ .len = sizeof(void *),\ .what = (void*)_register, \ -- 2.39.5