From bd57530aeaf92dae89ef5ed0be50b4b49f394be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Fri, 12 Oct 2012 09:13:57 +0000 Subject: [PATCH] Fixed case mismatch in include file name which wasn't catched on (non case sensitive) MacOS X filesystem --- BaS_GNU/sources/sd_card.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_GNU/sources/sd_card.c b/BaS_GNU/sources/sd_card.c index d8e206d..2fd7bb0 100644 --- a/BaS_GNU/sources/sd_card.c +++ b/BaS_GNU/sources/sd_card.c @@ -2,7 +2,7 @@ * sd card */ -#include +#include #define dspi_dtar0 0x0c #define dspi_dsr 0x2c