Skip to content

Commit 23c9532

Browse files
committed
Fix compiler def for ChibiOS windows storage
***NO_CI***
1 parent ebb7677 commit 23c9532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/ChibiOS/_include/Target_Windows_Storage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#define USB_MSD_DRIVE_INDEX "1:"
3535
#define USB_MSD_DRIVE_INDEX_NUMERIC (1)
3636

37-
#elif !#if (HAL_USE_SDC == TRUE) && defined(HAL_USBH_USE_MSD)
37+
#elif (HAL_USE_SDC == FALSE) && defined(HAL_USBH_USE_MSD)
3838

3939
#define USB_MSD_DRIVE_INDEX "0:"
4040
#define USB_MSD_DRIVE_INDEX_NUMERIC (0)

0 commit comments

Comments
 (0)