Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Sarkies <ksarkies@internode.on.net>2014-02-21 02:34:19 +0400
committerKarl Palsson <karlp@remake.is>2014-03-11 20:40:31 +0400
commit7816501dbc8d57e2c186964f548fa5e90af13bbd (patch)
treef7489c4fdc7e6be8f259662d00aa20c0fe607de0 /include/libopencm3/stm32/dbgmcu.h
parent0f29fc8b1be14db4908ee1d377c5e571d0ca6235 (diff)
Changes to the header includes for all STM32 peripherals
to remove variations, redundancies, add missing, fix errors. All c files refer only to the dispatch style headers in /include/stm32. Those headers #include memorymap.h and cm3/common.h. All references to these are removed from the family specific headers. Ethernet untouched as it appears incomplete. Added dummy spi.c for F0/F3. Fix some doxygen anomalies.
Diffstat (limited to 'include/libopencm3/stm32/dbgmcu.h')
-rw-r--r--include/libopencm3/stm32/dbgmcu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libopencm3/stm32/dbgmcu.h b/include/libopencm3/stm32/dbgmcu.h
index b26b6b9f..cb4c5f69 100644
--- a/include/libopencm3/stm32/dbgmcu.h
+++ b/include/libopencm3/stm32/dbgmcu.h
@@ -20,8 +20,8 @@
#ifndef LIBOPENCM3_STM32_DBGMCU_H
#define LIBOPENCM3_STM32_DBGMCU_H
-#include <libopencm3/stm32/memorymap.h>
#include <libopencm3/cm3/common.h>
+#include <libopencm3/stm32/memorymap.h>
/* --- DBGMCU registers ---------------------------------------------------- */