aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/gpio.c
diff options
context:
space:
mode:
authorPerry Hung <iperry@gmail.com>2011-03-21 02:25:23 -0400
committerPerry Hung <iperry@gmail.com>2011-03-21 02:25:23 -0400
commit403498a28956507bb3063e6d7c190639c0279f47 (patch)
treed68ccd6e85ac82bea1dff4066ad7fbd8003bdecb /libmaple/gpio.c
parent6245b43b26e47ece1927d28246611488c2f36e67 (diff)
downloadlibrambutan-403498a28956507bb3063e6d7c190639c0279f47.tar.gz
librambutan-403498a28956507bb3063e6d7c190639c0279f47.zip
Revert "RCC refactor, bugfixes"
This reverts commit e4807a5010f59ab863ad2c96dc14caf65bf1ae60.
Diffstat (limited to 'libmaple/gpio.c')
-rw-r--r--libmaple/gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmaple/gpio.c b/libmaple/gpio.c
index 90be033..b08be12 100644
--- a/libmaple/gpio.c
+++ b/libmaple/gpio.c
@@ -61,7 +61,7 @@ static gpio_dev gpiod = {
/** GPIO port D device. */
gpio_dev *GPIOD = &gpiod;
-#ifdef STM32_HIGH_DENSITY
+#ifdef STM32_HIGH_
static gpio_dev gpioe = {
.regs = GPIOE_BASE,
.clk_id = RCC_GPIOE