Browse Source

STM32: Fix Marduino SBI/CBI redefine (#13912)

Tanguy Pruvot 6 years ago
parent
commit
a4c24511f7
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/HAL/HAL_STM32F1/HAL.h

+ 1
- 0
Marlin/src/HAL/HAL_STM32F1/HAL.h View File

@@ -36,6 +36,7 @@
36 36
 // Includes
37 37
 // --------------------------------------------------------------------------
38 38
 
39
+#include "../../core/macros.h"
39 40
 #include "../shared/Marduino.h"
40 41
 #include "../shared/math_32bit.h"
41 42
 #include "../shared/HAL_SPI.h"

Loading…
Cancel
Save