From e109da087eec92270b2580c72469937e47a5d2d3 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 1 Nov 2007 11:52:05 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@76 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- ports/ARM7-LPC214x/GCC/lpc214x_SSP.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/ARM7-LPC214x/GCC/lpc214x_SSP.c b/ports/ARM7-LPC214x/GCC/lpc214x_SSP.c index c3188152d..5224127cf 100644 --- a/ports/ARM7-LPC214x/GCC/lpc214x_SSP.c +++ b/ports/ARM7-LPC214x/GCC/lpc214x_SSP.c @@ -20,7 +20,7 @@ #include #include "lpc214x.h" -#include "lpc214x_ssp.h" +#include "lpc214x_SSP.h" #ifdef SSP_USE_MUTEX static Semaphore me;