Skip to content

Commit

Permalink
🩹 Fix multi_volume + SDIO onboard compile (MarlinFirmware#21975)
Browse files Browse the repository at this point in the history
  • Loading branch information
LawnMo authored May 24, 2021
1 parent dd49902 commit 2dd2593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/sd/cardreader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ uint32_t CardReader::filesize, CardReader::sdpos;
CardReader::CardReader() {
changeMedia(&
#if SHARED_VOLUME_IS(SD_ONBOARD)
media_sd_spi
TERN(SDIO_SUPPORT, media_sdio, media_sd_spi)
#elif SHARED_VOLUME_IS(USB_FLASH_DRIVE) || ENABLED(USB_FLASH_DRIVE_SUPPORT)
media_usbFlashDrive
#else
Expand Down

0 comments on commit 2dd2593

Please sign in to comment.