Browse Source

add missing header to use HAS_SD_HOST_DRIVE (#20270)

vanilla_fb_2.0.x
Victor Oliveira 4 years ago
committed by GitHub
parent
commit
2693e35cae
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/HAL/STM32F1/msc_sd.cpp

2
Marlin/src/HAL/STM32F1/msc_sd.cpp

@ -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"

Loading…
Cancel
Save