summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_rcc.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-19 08:55:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-19 08:55:36 -0600
commitd35cbec8dde8d8db715831a8143cf6db58a4d394 (patch)
tree9306131e5daedec0a5fe3f3f66e8bbde5a267b88 /nuttx/arch/arm/src/stm32/stm32_rcc.h
parent0cdd75f1135e31dde561d974ea03915039a0678e (diff)
downloadpx4-nuttx-d35cbec8dde8d8db715831a8143cf6db58a4d394.tar.gz
px4-nuttx-d35cbec8dde8d8db715831a8143cf6db58a4d394.tar.bz2
px4-nuttx-d35cbec8dde8d8db715831a8143cf6db58a4d394.zip
Add PWR and RCC register definitions for the STM32F152
Diffstat (limited to 'nuttx/arch/arm/src/stm32/stm32_rcc.h')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_rcc.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_rcc.h b/nuttx/arch/arm/src/stm32/stm32_rcc.h
index 01103fcac..9859be61b 100644
--- a/nuttx/arch/arm/src/stm32/stm32_rcc.h
+++ b/nuttx/arch/arm/src/stm32/stm32_rcc.h
@@ -1,7 +1,7 @@
/************************************************************************************
* arch/arm/src/stm32/stm32_rcc.h
*
- * Copyright (C) 2009, 2011-2012 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2009, 2011-2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.orgr>
*
* Redistribution and use in source and binary forms, with or without
@@ -45,7 +45,9 @@
#include "up_arch.h"
#include "chip.h"
-#if defined(CONFIG_STM32_STM32F10XX)
+#if defined(CONFIG_STM32_STM32L15XX)
+# include "chip/stm32l15xxx_rcc.h"
+#elif defined(CONFIG_STM32_STM32F10XX)
# include "chip/stm32f10xxx_rcc.h"
#elif defined(CONFIG_STM32_STM32F20XX)
# include "chip/stm32f20xxx_rcc.h"