summaryrefslogtreecommitdiff
path: root/gpio/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpio/gpio.h')
-rw-r--r--gpio/gpio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpio/gpio.h b/gpio/gpio.h
index 324950e..ef7186f 100644
--- a/gpio/gpio.h
+++ b/gpio/gpio.h
@@ -28,6 +28,7 @@ struct GPIO_t {
static GPIO_t& GPIOA = *(GPIO_t*)0x40010800;
static GPIO_t& GPIOB = *(GPIO_t*)0x40010c00;
static GPIO_t& GPIOC = *(GPIO_t*)0x40011000;
+static GPIO_t& GPIOD = *(GPIO_t*)0x40011400;
#elif defined(STM32F4)
static GPIO_t& GPIOA = *(GPIO_t*)0x40020000;
static GPIO_t& GPIOB = *(GPIO_t*)0x40020400;