Skip to content

Commit

Permalink
Fix onboard SD card support for Teensy 3.6 & 4.1 (MarlinFirmware#19593)
Browse files Browse the repository at this point in the history
  • Loading branch information
bilsef authored and kpishere committed Feb 19, 2021
1 parent 84dc138 commit 89d8bfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Marlin/src/sd/Sd2Card.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ uint8_t const SD_CARD_TYPE_SD1 = 1, // Standard capacity V1
#define SOFTWARE_SPI
#endif

#if IS_TEENSY_35_36 || IS_TEENSY_40_41
#include "NXP_SDHC.h"
#define BUILTIN_SDCARD 254
#endif

/**
* \class Sd2Card
* \brief Raw access to SD and SDHC flash memory cards.
Expand Down

0 comments on commit 89d8bfd

Please sign in to comment.