Browse Source

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.
pull/1/head
victorpv 7 years ago
committed by GitHub
parent
commit
4feffca178
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/HAL/HAL_STM32F1/HAL_spi_Stm32f1.cpp

2
Marlin/src/HAL/HAL_STM32F1/HAL_spi_Stm32f1.cpp

@ -37,7 +37,7 @@
// --------------------------------------------------------------------------
#include "../HAL.h"
#include "../SPI.h"
#include "SPI.h"
#include "pins_arduino.h"
#include "spi_pins.h"
#include "../../core/macros.h"

Loading…
Cancel
Save