aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-08-02 00:38:12 +0000
committerutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-08-02 00:38:12 +0000
commit32ad492ac52929403ce8d9b2b45377097ba98dd1 (patch)
treee6c0aaf1ad4116a39adcd73612bd81a64b88b464 /os
parentaec7b8b6010f8c2347db6e99d6dc1f17e7a7feec (diff)
downloadChibiOS-32ad492ac52929403ce8d9b2b45377097ba98dd1.tar.gz
ChibiOS-32ad492ac52929403ce8d9b2b45377097ba98dd1.tar.bz2
ChibiOS-32ad492ac52929403ce8d9b2b45377097ba98dd1.zip
[KINETIS] Removed unused header
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7113 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/hal/boards/FREESCALE_FREEDOM_KL25Z/board.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/boards/FREESCALE_FREEDOM_KL25Z/board.c b/os/hal/boards/FREESCALE_FREEDOM_KL25Z/board.c
index 6ae313515..a2b43545a 100644
--- a/os/hal/boards/FREESCALE_FREEDOM_KL25Z/board.c
+++ b/os/hal/boards/FREESCALE_FREEDOM_KL25Z/board.c
@@ -14,7 +14,6 @@
limitations under the License.
*/
-#include "ch.h"
#include "hal.h"
#if HAL_USE_PAL || defined(__DOXYGEN__)