summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stmhal/usbd_msc_storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/usbd_msc_storage.c b/stmhal/usbd_msc_storage.c
index ce6d3a560..1b4545cd3 100644
--- a/stmhal/usbd_msc_storage.c
+++ b/stmhal/usbd_msc_storage.c
@@ -41,7 +41,7 @@
static const int8_t FLASH_STORAGE_Inquirydata[] = { // 36 bytes
// LUN 0
0x00,
- 0x00, // 0x00 for a fixed drive, 0x80 for a removable drive
+ 0x80, // 0x00 for a fixed drive, 0x80 for a removable drive
0x02,
0x02,
(STANDARD_INQUIRY_DATA_LEN - 5),