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

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