From 6ef9fb11edb6881c3e405420789cb8a2d519895d Mon Sep 17 00:00:00 2001 From: kittennbfive <58293822+kittennbfive@users.noreply.github.com> Date: Fri, 5 Feb 2021 19:31:34 +0000 Subject: [PATCH] also adjust needed alias / define --- simavr/cores/sim_megax4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simavr/cores/sim_megax4.h b/simavr/cores/sim_megax4.h index 22ac998..7852b06 100644 --- a/simavr/cores/sim_megax4.h +++ b/simavr/cores/sim_megax4.h @@ -71,7 +71,7 @@ struct mcu_t { #ifndef PD3 #define PD3 PORTD3 #define PD2 PORTD2 -#define PB3 PORTB3 +#define PB2 PORTB2 #endif const struct mcu_t SIM_CORENAME = { -- 2.39.5