From d6ab9e92a6b9cbf077f1ce38e0ef1d3190877563 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Mon, 7 May 2012 01:53:34 -0400 Subject: libmaple/bkp.h: Tweak for STM32F1 XL-density. Signed-off-by: Marti Bolivar --- libmaple/include/libmaple/bkp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmaple/include/libmaple/bkp.h b/libmaple/include/libmaple/bkp.h index 7f90c0c..edc1013 100644 --- a/libmaple/include/libmaple/bkp.h +++ b/libmaple/include/libmaple/bkp.h @@ -60,7 +60,7 @@ typedef struct bkp_reg_map { __io uint32 RTCCR; ///< RTC control register __io uint32 CR; ///< Control register __io uint32 CSR; ///< Control and status register -#ifdef STM32_HIGH_DENSITY +#if defined(STM32_HIGH_DENSITY) || defined(STM32_XL_DENSITY) const uint32 RESERVED2; ///< Reserved const uint32 RESERVED3; ///< Reserved __io uint32 DR11; ///< Data register 11 -- cgit v1.2.3