From 6e7fc21a94f29e09b4bdce7c17cade5b1322bc7d Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 26 May 2011 11:37:40 +0000 Subject: Fix incorrect macro guard in the UC3 EndpointStream header file. Fix incorrect project name in the Projects/ folder makefile. --- Projects/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Projects') diff --git a/Projects/makefile b/Projects/makefile index b5325f66d..531c52ec8 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 $@ -- cgit v1.2.3