diff options
Diffstat (limited to 'stm/lib/stm32f4xx.h')
-rw-r--r-- | stm/lib/stm32f4xx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stm/lib/stm32f4xx.h b/stm/lib/stm32f4xx.h index eca2616915..22b47f6b2e 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
* @{
*/
|