headers have been moved in libopencm3

This commit is contained in:
lamestllama
2011-12-24 00:11:16 +10:30
parent 31ff0c23a8
commit 563fd0bfc8
@@ -37,11 +37,11 @@
#if defined(STM32F1) || defined(STM32F2) || defined(STM32F4)
#include <libopencm3/stm32/f1/flash.h>
#include <libopencm3/stm32/f1/crc.h>
#else
#include <libopencm3/stm32/flash.h>
#include <libopencm3/stm32/crc.h>
#endif
#include <libopencm3/stm32/crc.h>
#include <libopencm3/stm32/dbgmcu.h>
struct FlashInfo {