Skip to content

Commit

Permalink
add missing header to use HAS_SD_HOST_DRIVE (MarlinFirmware#20270)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhapsodyv authored and Minims committed Nov 26, 2020
1 parent a647524 commit 9c9a438
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Marlin/src/HAL/STM32F1/msc_sd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*/
#include "../../inc/MarlinConfigPre.h"

#if defined(__STM32F1__) && HAS_SD_HOST_DRIVE

#include "msc_sd.h"
Expand Down

0 comments on commit 9c9a438

Please sign in to comment.