We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551c025 commit cc5a5c3Copy full SHA for cc5a5c3
main.c
@@ -543,7 +543,7 @@ static void __not_in_flash_func(_as_audio_packet)(struct usb_endpoint *ep) { //
543
uint64_t now_time = time_us_64();
544
545
struct usb_buffer *usb_buffer = usb_current_out_packet_buffer(ep);
546
- int32_t count;
+ int16_t count;
547
int32_t vol_mul = audio_state.mute ? 0 : audio_state.vol_mul;
548
549
switch (cur_alt)
0 commit comments