From 486a483222e32b99df135456dc75ae94a9de8ecc Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Fri, 27 Oct 2017 15:56:47 -0400 Subject: [PATCH] fix 32a --- quantum/config_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/config_common.h b/quantum/config_common.h index d941556329..453f7cd722 100644 --- a/quantum/config_common.h +++ b/quantum/config_common.h @@ -50,7 +50,7 @@ #define PIND_ADDRESS 0x0 #define PINC_ADDRESS 0x3 #define PINB_ADDRESS 0x6 - #define PINB_ADDRESS 0x9 + #define PINA_ADDRESS 0x9 #else #define pin_t uint16_t #define ADDRESS_BASE 0x0