Skip to content

Commit

Permalink
Fix bad call to 'diskIODriver' (MarlinFirmware#21775)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhapsodyv authored and lkrammes committed May 4, 2021
1 parent 00cbfee commit bf50cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/HAL/STM32/msc_sd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Sd2CardUSBMscHandler : public USBMscHandler {
return &card.media_usbFlashDrive;
#endif
#else
return diskIODriver();
return card.diskIODriver();
#endif
}

Expand Down

0 comments on commit bf50cc0

Please sign in to comment.