Fixing something I forgot to update after restructuring the include directories.
This commit is contained in:
parent
4366d5e600
commit
b4d71f3706
@ -21,10 +21,10 @@
|
|||||||
#define LIBOPENCM3_MEMORYMAP_COMMON_H
|
#define LIBOPENCM3_MEMORYMAP_COMMON_H
|
||||||
|
|
||||||
#ifdef STM32F1
|
#ifdef STM32F1
|
||||||
#include <libopencm3/stm32f1/memorymap.h>
|
#include <libopencm3/stm32/f1/memorymap.h>
|
||||||
#else
|
#else
|
||||||
#ifdef STM32F1
|
#ifdef STM32F2
|
||||||
#include <libopencm3/stm32f2/memorymap.h>
|
#include <libopencm3/stm32/f2/memorymap.h>
|
||||||
#else
|
#else
|
||||||
#error "stm32 family not defined."
|
#error "stm32 family not defined."
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user