summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/chip/stm32_flash.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-21 17:11:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-21 17:11:17 +0000
commitab83d9064ee2a16b518532d6f6da2ee89300beb4 (patch)
tree707301139602b389e051d781265e7c0bdf927275 /nuttx/arch/arm/src/stm32/chip/stm32_flash.h
parentc0a3967f7a05e6bef02a3277d4f4f0ffe2128514 (diff)
downloadpx4-nuttx-ab83d9064ee2a16b518532d6f6da2ee89300beb4.tar.gz
px4-nuttx-ab83d9064ee2a16b518532d6f6da2ee89300beb4.tar.bz2
px4-nuttx-ab83d9064ee2a16b518532d6f6da2ee89300beb4.zip
Add STM3240 pwr and rcc header files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4110 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/stm32/chip/stm32_flash.h')
-rw-r--r--nuttx/arch/arm/src/stm32/chip/stm32_flash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/stm32/chip/stm32_flash.h b/nuttx/arch/arm/src/stm32/chip/stm32_flash.h
index 8f60234ae..6fa2f15b0 100644
--- a/nuttx/arch/arm/src/stm32/chip/stm32_flash.h
+++ b/nuttx/arch/arm/src/stm32/chip/stm32_flash.h
@@ -40,7 +40,7 @@
* Pre-processor Definitions
************************************************************************************/
-#ifdef defined(CONFIG_STM32_LOWDENSITY)
+#if defined(CONFIG_STM32_LOWDENSITY)
# define STM32_FLASH_NPAGES 32
# define STM32_FLASH_PAGESIZE 1024
#elif defined(CONFIG_STM32_MEDIUMDENSITY)