From cf5c486c62b009ac3a8f6b4e61577e9200ccdd9d Mon Sep 17 00:00:00 2001 From: mbanth Date: Fri, 7 May 2021 14:34:30 +0100 Subject: [PATCH] Remove #if from comment to allow easier verification that each #if has a corresponding #end --- lib_xua/src/core/endpoint0/xua_ep0_descriptors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_xua/src/core/endpoint0/xua_ep0_descriptors.h b/lib_xua/src/core/endpoint0/xua_ep0_descriptors.h index 7dbb0be2..fb835907 100644 --- a/lib_xua/src/core/endpoint0/xua_ep0_descriptors.h +++ b/lib_xua/src/core/endpoint0/xua_ep0_descriptors.h @@ -1942,7 +1942,7 @@ USB_Config_Descriptor_Audio2_t cfgDesc_Audio2= .wLockDelay = 0x0008, }, #endif /* (INPUT_FORMAT_COUNT > 2) */ -#endif /* #if(NUM_USB_CHAN_IN > 0) */ +#endif /* (NUM_USB_CHAN_IN > 0) */ #ifdef MIDI /* MIDI Descriptors */