From 6dd185309410c1fcd5bc7e0c09c0283cddb6c051 Mon Sep 17 00:00:00 2001 From: oscarbailey-xmos <40995889+oscarbailey-xmos@users.noreply.github.com> Date: Wed, 6 Nov 2019 11:47:25 +0000 Subject: [PATCH] Add missing line break in ep0_descriptors --- lib_xua/src/core/endpoint0/xua_ep0_descriptors.h | 3 ++- 1 file changed, 2 insertions(+), 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 570bc1b8..d9d0c832 100644 --- a/lib_xua/src/core/endpoint0/xua_ep0_descriptors.h +++ b/lib_xua/src/core/endpoint0/xua_ep0_descriptors.h @@ -1642,7 +1642,8 @@ USB_Config_Descriptor_Audio2_t cfgDesc_Audio2= .bmAttributes = ISO_EP_ATTRIBUTES_ADAPTIVE, /* (bitmap) */ #else .bmAttributes = ISO_EP_ATTRIBUTES_ASYNCH, /* (bitmap) */ -#endif .wMaxPacketSize = HS_STREAM_FORMAT_OUTPUT_3_MAXPACKETSIZE, +#endif + .wMaxPacketSize = HS_STREAM_FORMAT_OUTPUT_3_MAXPACKETSIZE, .bInterval = 1, },