Skip to content

Commit d71faf9

Browse files
committed
Invalid naming
1 parent 9b0f9f6 commit d71faf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/usbsid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ void __no_inline_not_in_flash_func(process_buffer)(uint8_t * itf, uint32_t * n)
324324
clear_bus_all();
325325
break;
326326
case CONFIG:
327-
if (buffer[1] < 0xD0) { /* Don't log incoming buffer to avoid spam above this region */
327+
if (sid_buffer[1] < 0xD0) { /* Don't log incoming buffer to avoid spam above this region */
328328
DBG("[CONFIG]\n");
329329
}
330330
/* Copy incoming buffer ignoring the command byte */

0 commit comments

Comments
 (0)