Remove #if from comment to allow easier verification that each #if has a corresponding #end

This commit is contained in:
mbanth
2021-05-07 14:34:30 +01:00
parent d765ba1dfb
commit cf5c486c62

View File

@@ -1942,7 +1942,7 @@ USB_Config_Descriptor_Audio2_t cfgDesc_Audio2=
.wLockDelay = 0x0008, .wLockDelay = 0x0008,
}, },
#endif /* (INPUT_FORMAT_COUNT > 2) */ #endif /* (INPUT_FORMAT_COUNT > 2) */
#endif /* #if(NUM_USB_CHAN_IN > 0) */ #endif /* (NUM_USB_CHAN_IN > 0) */
#ifdef MIDI #ifdef MIDI
/* MIDI Descriptors */ /* MIDI Descriptors */