From f77e06abcc34754a7f080c811e2ee1e3fd949540 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Tue, 12 Jan 2010 20:10:14 +0100 Subject: fix include path (use forward slashes, match case) --- AT91SAM7S256/Source/m_sched.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'AT91SAM7S256') diff --git a/AT91SAM7S256/Source/m_sched.h b/AT91SAM7S256/Source/m_sched.h index bd05a26..b3bb27e 100644 --- a/AT91SAM7S256/Source/m_sched.h +++ b/AT91SAM7S256/Source/m_sched.h @@ -36,7 +36,7 @@ #define SYSFREQ 1000 -#include "..\SAM7S256\include\sam7s256.h" +#include "../SAM7S256/Include/sam7s256.h" #if defined (PROTOTYPE_PCB_3) || (PROTOTYPE_PCB_4) @@ -102,7 +102,7 @@ extern IOFROMAVR IoFromAvr; #ifdef INCLUDE_OS -#include "..\SAM7S256\include\sam7s256.c" +#include "../SAM7S256/Include/sam7s256.c" IOTOAVR IoToAvr; IOFROMAVR IoFromAvr; -- cgit v1.2.3