[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>
// --------------------------------------------------------------------------