[rtems commit] arm/lpc32xx: 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: c2b91e606572d17376977ea831ae9b37216f25d3
Changeset: http://git.rtems.org/rtems/commit/?id=c2b91e606572d17376977ea831ae9b37216f25d3
Author: Joel Sherrill <joel at rtems.org>
Date: Tue Mar 29 13:10:50 2016 -0500
arm/lpc32xx: Remove include of <rtems/console.h> from <bsp.h> and fix warnings
---
c/src/lib/libbsp/arm/lpc32xx/include/bsp.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/c/src/lib/libbsp/arm/lpc32xx/include/bsp.h b/c/src/lib/libbsp/arm/lpc32xx/include/bsp.h
index 011d950..0f9d131 100644
--- a/c/src/lib/libbsp/arm/lpc32xx/include/bsp.h
+++ b/c/src/lib/libbsp/arm/lpc32xx/include/bsp.h
@@ -30,7 +30,6 @@
#ifndef ASM
#include <rtems.h>
-#include <rtems/console.h>
#include <bsp/lpc32xx.h>
#include <bsp/default-initial-extension.h>
More information about the vc
mailing list