Browse Source

Fix Marduino SBI/CBI redefine (#14341)

Karl Andersson 6 years ago
parent
commit
4b365552db
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/HAL/HAL_STM32/HAL.h

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

@@ -28,6 +28,7 @@
28 28
 // Includes
29 29
 // --------------------------------------------------------------------------
30 30
 
31
+#include "../../core/macros.h"
31 32
 #include "../shared/Marduino.h"
32 33
 #include "../shared/math_32bit.h"
33 34
 #include "../shared/HAL_SPI.h"

Loading…
Cancel
Save