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/common/crypto_common_f24.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/common/crypto_common_f24.h')
-rw-r--r--include/libopencm3/stm32/common/crypto_common_f24.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libopencm3/stm32/common/crypto_common_f24.h b/include/libopencm3/stm32/common/crypto_common_f24.h
index 592edec2..eb885c8f 100644
--- a/include/libopencm3/stm32/common/crypto_common_f24.h
+++ b/include/libopencm3/stm32/common/crypto_common_f24.h
@@ -100,8 +100,6 @@ specific memorymap.h header before including this header file.*/
#ifndef LIBOPENCM3_CRYPTO_COMMON_F24_H
#define LIBOPENCM3_CRYPTO_COMMON_F24_H
-#include <libopencm3/cm3/common.h>
-
/**@{*/
/* --- CRYP registers ------------------------------------------------------ */