Преглед изворни кода

fix for issue #8585

As reported in this issue:
https://github.com/MarlinFirmware/Marlin/issues/8585
I have it working fine in my local copy like that change.
victorpv пре 7 година
родитељ
комит
4feffca178
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Marlin/src/HAL/HAL_STM32F1/HAL_spi_Stm32f1.cpp

+ 1
- 1
Marlin/src/HAL/HAL_STM32F1/HAL_spi_Stm32f1.cpp Прегледај датотеку

@@ -37,7 +37,7 @@
37 37
 // --------------------------------------------------------------------------
38 38
 
39 39
 #include "../HAL.h"
40
-#include "../SPI.h"
40
+#include "SPI.h"
41 41
 #include "pins_arduino.h"
42 42
 #include "spi_pins.h"
43 43
 #include "../../core/macros.h"

Loading…
Откажи
Сачувај