From 23893d9b73ebc28ff111d21827122677c27bee55 Mon Sep 17 00:00:00 2001
From: NIIBE Yutaka <gniibe@fsij.org>
Date: Wed, 10 Dec 2014 16:18:29 +0900
Subject: Version 0.04

---
 board/board-olimex-stm32-h103.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'board/board-olimex-stm32-h103.h')

diff --git a/board/board-olimex-stm32-h103.h b/board/board-olimex-stm32-h103.h
index a8cb7a0..07edfa5 100644
--- a/board/board-olimex-stm32-h103.h
+++ b/board/board-olimex-stm32-h103.h
@@ -25,8 +25,8 @@
 #define GPIO_USB_BASE   GPIOC_BASE
 #define GPIO_LED_BASE   GPIOC_BASE
 
-#define RCC_APB2ENR_IOP_EN      RCC_APB2ENR_IOPCEN
-#define RCC_APB2RSTR_IOP_RST    RCC_APB2RSTR_IOPCRST
+#define RCC_ENR_IOP_EN      RCC_APB2ENR_IOPCEN
+#define RCC_RSTR_IOP_RST    RCC_APB2RSTR_IOPCRST
 
 /* NeuG settings for ADC2.  */
 #define NEUG_ADC_SETTING2_SMPR1 ADC_SMPR1_SMP_AN10(ADC_SAMPLE_1P5) \
-- 
cgit v1.2.3