forked from mfulz_github/qmk_firmware
Fix incorrect macro guard in the UC3 EndpointStream header file.
Fix incorrect project name in the Projects/ folder makefile.
This commit is contained in:
parent
1ea5dae8a8
commit
6e7fc21a94
File diff suppressed because one or more lines are too long
|
@ -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"
|
||||
|
|
|
@ -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 $@
|
||||
|
|
Loading…
Reference in New Issue