Ver código fonte

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

Alexander Amelkin 6 anos atrás
pai
commit
f417408df1
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Marlin/src/HAL/HAL_STM32F1/HAL.h

+ 1
- 1
Marlin/src/HAL/HAL_STM32F1/HAL.h Ver arquivo

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

Carregando…
Cancelar
Salvar