Skip to content

Commit

Permalink
STM32F1: Import (rogerclarkmelbourne) SPI class (MarlinFirmware#15002)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot authored and thinkyhead committed Aug 21, 2019
1 parent 4be9822 commit 012f577
Show file tree
Hide file tree
Showing 4 changed files with 1,161 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Marlin/src/HAL/HAL_STM32F1/HAL_spi_STM32F1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#ifdef __STM32F1__

#include "../../inc/MarlinConfig.h"
#include <SPI.h>
#include "SPI.h"

// ------------------------
// Public functions
Expand Down
Loading

0 comments on commit 012f577

Please sign in to comment.