From 6e7fc21a94f29e09b4bdce7c17cade5b1322bc7d Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 26 May 2011 11:37:40 +0000 Subject: [PATCH] Fix incorrect macro guard in the UC3 EndpointStream header file. Fix incorrect project name in the Projects/ folder makefile. --- LUFA.pnproj | 2 +- LUFA/Drivers/USB/Core/UC3/EndpointStream_UC3.h | 4 ++-- Projects/makefile | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LUFA.pnproj b/LUFA.pnproj index a384f7bf75..c2426bda71 100644 --- a/LUFA.pnproj +++ b/LUFA.pnproj @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/LUFA/Drivers/USB/Core/UC3/EndpointStream_UC3.h b/LUFA/Drivers/USB/Core/UC3/EndpointStream_UC3.h index 731f2815f6..315a4e2171 100644 --- a/LUFA/Drivers/USB/Core/UC3/EndpointStream_UC3.h +++ b/LUFA/Drivers/USB/Core/UC3/EndpointStream_UC3.h @@ -46,8 +46,8 @@ * @{ */ -#ifndef __ENDPOINT_STREAM_H__ -#define __ENDPOINT_STREAM_H__ +#ifndef __ENDPOINT_STREAM_UC3_H__ +#define __ENDPOINT_STREAM_UC3_H__ /* Includes: */ #include "../../../../Common/Common.h" diff --git a/Projects/makefile b/Projects/makefile index b5325f66de..531c52ec85 100644 --- a/Projects/makefile +++ b/Projects/makefile @@ -26,8 +26,8 @@ all: $(MAKE) -C Magstripe clean $(MAKE) -C Magstripe all - $(MAKE) -C MediaControl clean - $(MAKE) -C MediaControl all + $(MAKE) -C MediaController clean + $(MAKE) -C MediaController all $(MAKE) -C MIDIToneGenerator clean $(MAKE) -C MIDIToneGenerator all @@ -55,7 +55,7 @@ all: $(MAKE) -C Benito $@ $(MAKE) -C LEDNotifier $@ $(MAKE) -C Magstripe $@ - $(MAKE) -C MediaControl $@ + $(MAKE) -C MediaController $@ $(MAKE) -C MissileLauncher $@ $(MAKE) -C RelayBoard $@ $(MAKE) -C TempDataLogger $@