jtag: fix compilation warning

This commit is contained in:
ole00 2024-04-24 23:09:01 +01:00
parent cf34c1dfee
commit 7c0a32cba3
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ static uint32_t xsvf_player_get_next_long(void) {
return i;
}
static uint32_t xsvf_player_get_next_bytes(uint8_t* data, uint32_t count) {
static void xsvf_player_get_next_bytes(uint8_t* data, uint32_t count) {
while(count--) {
*data++ = xsvf_player_next_byte();
}