You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/10/20 20:22:03 UTC

[04/10] incubator-mynewt-core git commit: nucleo cmsis_nvic.h; STM32 SDK includes are now at a different place.

nucleo cmsis_nvic.h; STM32 SDK includes are now at a different place.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/b1f0207c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/b1f0207c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/b1f0207c

Branch: refs/heads/develop
Commit: b1f0207cbc424d9e36c79559147ecdc74d42ab80
Parents: 224e290
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Thu Oct 20 13:14:58 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Thu Oct 20 13:14:58 2016 -0700

----------------------------------------------------------------------
 hw/bsp/nucleo-f401re/include/bsp/cmsis_nvic.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b1f0207c/hw/bsp/nucleo-f401re/include/bsp/cmsis_nvic.h
----------------------------------------------------------------------
diff --git a/hw/bsp/nucleo-f401re/include/bsp/cmsis_nvic.h b/hw/bsp/nucleo-f401re/include/bsp/cmsis_nvic.h
index 008b247..d0c8b44 100644
--- a/hw/bsp/nucleo-f401re/include/bsp/cmsis_nvic.h
+++ b/hw/bsp/nucleo-f401re/include/bsp/cmsis_nvic.h
@@ -12,7 +12,7 @@
 #define NVIC_NUM_VECTORS      (16 + 81)   // CORE + MCU Peripherals
 #define NVIC_USER_IRQ_OFFSET  16
 
-#include "mcu/stm32f4xx.h"
+#include "stm32f4xx.h"
 
 #ifdef __cplusplus
 extern "C" {