From 666b8f12d56cf478b0c9594009004b88917dec64 Mon Sep 17 00:00:00 2001 From: Fergus Noble Date: Thu, 15 Sep 2011 01:17:45 -0700 Subject: [PATCH] Fixing something I forgot to update after restructuring the include directories. --- include/libopencm3/stm32/memorymap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/libopencm3/stm32/memorymap.h b/include/libopencm3/stm32/memorymap.h index 17a919ef..63f2ef09 100644 --- a/include/libopencm3/stm32/memorymap.h +++ b/include/libopencm3/stm32/memorymap.h @@ -21,10 +21,10 @@ #define LIBOPENCM3_MEMORYMAP_COMMON_H #ifdef STM32F1 -#include +#include #else -#ifdef STM32F1 -#include +#ifdef STM32F2 +#include #else #error "stm32 family not defined." #endif