Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
elagil committed May 24, 2023
1 parent 2983213 commit 7be2dff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/audio/audio_playback.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ void audio_playback_received_cb(USBDriver *p_usb, usbep_t endpoint_identifier) {
audio_playback_start();
}

usbStartReceiveI(p_usb, endpoint_identifier, (uint8_t *)&g_playback.buffer[g_playback.buffer_write_offset], AUDIO_MAX_PACKET_SIZE);
usbStartReceiveI(p_usb, endpoint_identifier, (uint8_t *)&g_playback.buffer[g_playback.buffer_write_offset],
AUDIO_MAX_PACKET_SIZE);

chSysUnlockFromISR();
}
Expand Down

0 comments on commit 7be2dff

Please sign in to comment.