White space in preprocessor item only

This commit is contained in:
Ross Owen
2015-01-29 15:46:21 +00:00
parent ab8e0d8af7
commit 130553bae0

View File

@@ -1831,7 +1831,7 @@ typedef struct
// USB_Descriptor_Audio_MixerUnit_t Audio_MixerUnit;
unsigned char configDesc_MixerUnit[MIXER_LENGTH];
#endif
#if defined (SPDIF_RX) || defined (ADAT_RX)
#if defined(SPDIF_RX) || defined(ADAT_RX)
/* Interrupt EP */
USB_Descriptor_Endpoint_t Audio_Int_Endpoint;
#endif