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-stbee.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'board/board-stbee.h')

diff --git a/board/board-stbee.h b/board/board-stbee.h
index 6c1f313..a12ec44 100644
--- a/board/board-stbee.h
+++ b/board/board-stbee.h
@@ -17,8 +17,8 @@
 #define VAL_GPIO_OTHER_CRL      0x88888884      /*  PA7...PA0 */
 #define VAL_GPIO_OTHER_CRH      0x88811888      /* PA15...PA8 */
 
-#define RCC_APB2ENR_IOP_EN      (RCC_APB2ENR_IOPAEN|RCC_APB2ENR_IOPDEN)
-#define RCC_APB2RSTR_IOP_RST    (RCC_APB2RSTR_IOPARST|RCC_APB2RSTR_IOPDRST)
+#define RCC_ENR_IOP_EN      (RCC_APB2ENR_IOPAEN|RCC_APB2ENR_IOPDEN)
+#define RCC_RSTR_IOP_RST    (RCC_APB2RSTR_IOPARST|RCC_APB2RSTR_IOPDRST)
 
 /*
  * Port D setup.
-- 
cgit v1.2.3