We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5974b0 commit f66f98fCopy full SHA for f66f98f
examples/device/msc_dual_lun/src/msc_disk_dual.c
@@ -212,7 +212,7 @@ uint8_t tud_msc_get_maxlun_cb(void) {
212
// Return length of inquiry response, typically sizeof(scsi_inquiry_resp_t) (36 bytes), can be longer if included vendor data.
213
uint32_t tud_msc_inquiry2_cb(uint8_t lun, scsi_inquiry_resp_t *inquiry_resp, uint32_t bufsize) {
214
(void) lun;
215
- uint32_t bufsize
+ (void) bufsize;
216
const char vid[] = "TinyUSB";
217
const char pid[] = "Mass Storage";
218
const char rev[] = "1.0";
0 commit comments