Browse Source

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

pull/1/head
Alexander Amelkin 6 years ago
committed by Scott Lahteine
parent
commit
f417408df1
  1. 2
      Marlin/src/HAL/HAL_STM32F1/HAL.h

2
Marlin/src/HAL/HAL_STM32F1/HAL.h

@ -40,7 +40,7 @@
// --------------------------------------------------------------------------
#include <stdint.h>
#include <libmaple/atomic.h>
#include <util/atomic.h>
#include <Arduino.h>
// --------------------------------------------------------------------------

Loading…
Cancel
Save