Fixing something I forgot to update after restructuring the include directories.

This commit is contained in:
Fergus Noble 2011-09-15 01:17:45 -07:00
parent 4366d5e600
commit b4d71f3706

View File

@ -21,10 +21,10 @@
#define LIBOPENCM3_MEMORYMAP_COMMON_H
#ifdef STM32F1
#include <libopencm3/stm32f1/memorymap.h>
#include <libopencm3/stm32/f1/memorymap.h>
#else
#ifdef STM32F1
#include <libopencm3/stm32f2/memorymap.h>
#ifdef STM32F2
#include <libopencm3/stm32/f2/memorymap.h>
#else
#error "stm32 family not defined."
#endif