Selaa lähdekoodia

add missing header to use HAS_SD_HOST_DRIVE (#20270)

Victor Oliveira 4 vuotta sitten
vanhempi
commit
2693e35cae
No account linked to committer's email address
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2
    0
      Marlin/src/HAL/STM32F1/msc_sd.cpp

+ 2
- 0
Marlin/src/HAL/STM32F1/msc_sd.cpp Näytä tiedosto

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

Loading…
Peruuta
Tallenna