Browse Source

add missing header to use HAS_SD_HOST_DRIVE (#20270)

Victor Oliveira 4 years ago
parent
commit
2693e35cae
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/src/HAL/STM32F1/msc_sd.cpp

+ 2
- 0
Marlin/src/HAL/STM32F1/msc_sd.cpp View File

13
  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
13
  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
14
  *
14
  *
15
  */
15
  */
16
+#include "../../inc/MarlinConfigPre.h"
17
+
16
 #if defined(__STM32F1__) && HAS_SD_HOST_DRIVE
18
 #if defined(__STM32F1__) && HAS_SD_HOST_DRIVE
17
 
19
 
18
 #include "msc_sd.h"
20
 #include "msc_sd.h"

Loading…
Cancel
Save