Skip to content

Commit 90026b2

Browse files
committed
fix msc setID
1 parent 44c6f38 commit 90026b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adafruit_USBD_MSC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Adafruit_USBD_MSC : Adafruit_USBD_Interface
5252
//------------- Single LUN API -------------//
5353
void setID(const char* vendor_id, const char* product_id, const char* product_rev)
5454
{
55-
setID(0, vendor_id, product_rev, product_rev);
55+
setID(0, vendor_id, product_id, product_rev);
5656
}
5757

5858
void setCapacity(uint32_t block_count, uint16_t block_size)

0 commit comments

Comments
 (0)