[rtems commit] arm/stm32f4: Remove include of <rtems/console.h> from < bsp.h> and fix warnings

Joel Sherrill joel at rtems.org
Tue Mar 29 20:29:10 UTC 2016


Module:    rtems
Branch:    master
Commit:    272d42108a5f5fff4e14c61630087259f1d70686
Changeset: http://git.rtems.org/rtems/commit/?id=272d42108a5f5fff4e14c61630087259f1d70686

Author:    Joel Sherrill <joel at rtems.org>
Date:      Tue Mar 29 13:10:50 2016 -0500

arm/stm32f4: Remove include of <rtems/console.h> from <bsp.h> and fix warnings

---

 c/src/lib/libbsp/arm/stm32f4/include/bsp.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/c/src/lib/libbsp/arm/stm32f4/include/bsp.h b/c/src/lib/libbsp/arm/stm32f4/include/bsp.h
index 5187778..50052bc 100644
--- a/c/src/lib/libbsp/arm/stm32f4/include/bsp.h
+++ b/c/src/lib/libbsp/arm/stm32f4/include/bsp.h
@@ -32,7 +32,6 @@
 #include <bsp/default-initial-extension.h>
 
 #include <rtems.h>
-#include <rtems/console.h>
 
 #ifdef __cplusplus
 extern "C" {




More information about the vc mailing list