From d51cfd155c09771a6abb4e7a058522f4677fc7cb Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 21 Jan 2014 22:32:51 +0000 Subject: stm: Put HSE_VALUE and other defines in mpconfigport.h. mpconfigport.h is now included by stm32f4xx.h so that all STM files have access to these defines. --- stm/lib/stm32f4xx.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stm/lib') diff --git a/stm/lib/stm32f4xx.h b/stm/lib/stm32f4xx.h index eca261691..22b47f6b2 100644 --- a/stm/lib/stm32f4xx.h +++ b/stm/lib/stm32f4xx.h @@ -57,6 +57,9 @@ extern "C" { #endif /* __cplusplus */ +// dpgeorge: we include mpconfigport.h here because it contains the settings for the STM +#include "mpconfigport.h" + /** @addtogroup Library_configuration_section * @{ */ -- cgit v1.2.3