Fix incorrect macro guard in the UC3 EndpointStream header file.

Fix incorrect project name in the Projects/ folder makefile.
This commit is contained in:
Dean Camera 2011-05-26 11:37:40 +00:00
parent 1ea5dae8a8
commit 6e7fc21a94
3 changed files with 6 additions and 6 deletions

View file

@ -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 $@