Skip to content

Commit cc5a5c3

Browse files
committed
change packet count to int16
1 parent 551c025 commit cc5a5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ static void __not_in_flash_func(_as_audio_packet)(struct usb_endpoint *ep) { //
543543
uint64_t now_time = time_us_64();
544544

545545
struct usb_buffer *usb_buffer = usb_current_out_packet_buffer(ep);
546-
int32_t count;
546+
int16_t count;
547547
int32_t vol_mul = audio_state.mute ? 0 : audio_state.vol_mul;
548548

549549
switch (cur_alt)

0 commit comments

Comments
 (0)