Browse Source

[STM32F1] Fix HAL for new PlatformIO (#11749)

Alexander Amelkin 6 years ago
parent
commit
f417408df1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/HAL/HAL_STM32F1/HAL.h

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

40
 // --------------------------------------------------------------------------
40
 // --------------------------------------------------------------------------
41
 
41
 
42
 #include <stdint.h>
42
 #include <stdint.h>
43
-#include <libmaple/atomic.h>
43
+#include <util/atomic.h>
44
 #include <Arduino.h>
44
 #include <Arduino.h>
45
 
45
 
46
 // --------------------------------------------------------------------------
46
 // --------------------------------------------------------------------------

Loading…
Cancel
Save