0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-17 23:18:34 +00:00

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

This commit is contained in:
Alexander Amelkin 2018-09-08 02:15:32 +03:00 committed by Scott Lahteine
parent 3d7f2c1fde
commit f417408df1

View file

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