mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-17 23:18:34 +00:00
STM32: Fix Marduino SBI/CBI redefine (#13912)
This commit is contained in:
parent
c837e9250c
commit
a4c24511f7
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
// Includes
|
||||
// --------------------------------------------------------------------------
|
||||
|
||||
#include "../../core/macros.h"
|
||||
#include "../shared/Marduino.h"
|
||||
#include "../shared/math_32bit.h"
|
||||
#include "../shared/HAL_SPI.h"
|
||||
|
|
Loading…
Reference in a new issue