From 2d1ff52bffaa8bcc9c59d9369074859c66a9dc75 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Wed, 5 Sep 2012 17:43:52 +0200 Subject: Added F1 support to GPIO code. --- gpio/gpio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gpio/gpio.h') 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; -- cgit v1.2.3