From: Michel Pollet Date: Sun, 9 Feb 2014 23:08:58 +0000 (+0000) Subject: core: renamed MCU section variable name X-Git-Tag: v1.2~40 X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=0a6a6164d0f6f93dd9b6643b699c6def72214e6a;p=sx%2Fsimavr.git core: renamed MCU section variable name This was clashing with the command register Signed-off-by: Michel Pollet --- 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, \