From 515c7495c1eb5d511799ddcd75f5166ec60e073c Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 29 Dec 2020 10:01:44 -0700 Subject: [PATCH] ec/it5570/gpio.h: Add GCR21 register --- src/ec/it5570e/include/ec/gpio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ec/it5570e/include/ec/gpio.h b/src/ec/it5570e/include/ec/gpio.h index 207fa91..9f86d85 100644 --- a/src/ec/it5570e/include/ec/gpio.h +++ b/src/ec/it5570e/include/ec/gpio.h @@ -44,6 +44,7 @@ volatile uint8_t __xdata __at(0x16E1) GCR17; volatile uint8_t __xdata __at(0x16E2) GCR18; volatile uint8_t __xdata __at(0x16E4) GCR19; volatile uint8_t __xdata __at(0x16E5) GCR20; +volatile uint8_t __xdata __at(0x16E6) GCR21; volatile uint8_t __xdata __at(0x1601) GPDRA; volatile uint8_t __xdata __at(0x1602) GPDRB;