Skip to content

Commit f66f98f

Browse files
hathachCopilot
andauthored
Update examples/device/msc_dual_lun/src/msc_disk_dual.c
Co-authored-by: Copilot <[email protected]>
1 parent f5974b0 commit f66f98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/device/msc_dual_lun/src/msc_disk_dual.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ uint8_t tud_msc_get_maxlun_cb(void) {
212212
// Return length of inquiry response, typically sizeof(scsi_inquiry_resp_t) (36 bytes), can be longer if included vendor data.
213213
uint32_t tud_msc_inquiry2_cb(uint8_t lun, scsi_inquiry_resp_t *inquiry_resp, uint32_t bufsize) {
214214
(void) lun;
215-
uint32_t bufsize
215+
(void) bufsize;
216216
const char vid[] = "TinyUSB";
217217
const char pid[] = "Mass Storage";
218218
const char rev[] = "1.0";

0 commit comments

Comments
 (0)