Fix include.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 26 Jul 2010 15:42:10 +0000 (15:42 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 26 Jul 2010 15:42:10 +0000 (15:42 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/branches/i2c@4074 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/cortex-m3/drv/i2c_lm3s.c
bertos/cpu/cortex-m3/io/lm3s_types.h
bertos/cpu/cortex-m3/io/stm32.h

index 7d699ad5c345070e4a6a0343692673dbe6eaeb36..b0590ebe4c1c0c98abbcc8bcf020cd30f5b05dcf 100644 (file)
@@ -47,8 +47,8 @@
 
 #include <cpu/detect.h>
 #include <cpu/irq.h>
+#include <cpu/types.h>
 
-#include <io/cm3_types.h>
 #include <io/lm3s.h>
 
 #include <drv/timer.h>
index b88347b44abd93390bcda8fdf62f85dbdbfb1c1c..1b8d6f36a7982d82aa772944e2734a2231b4ca8a 100644 (file)
@@ -37,7 +37,7 @@
 #define LM3S_TYPES_H
 
 #include <cfg/compiler.h>
-#include <io/cm3_types.h>
+#include <cpu/types.h>
 
 /**
  * Helper Macros for determining the particular hardware revision.
index 2a8335bfca35a7a857de51b15db8086ce6ddf9e4..9d7cba87a0d8012c889d093aa4d04c4e7e514c1d 100644 (file)
@@ -39,7 +39,8 @@
 #include <cfg/compiler.h>
 #include <cfg/macros.h>
 
-#include <io/cm3_types.h>
+#include <cpu/types.h>
+
 #include <io/stm32_memmap.h>
 
 #include "stm32_nvic.h"