HAL include and other adjustments (#14525)

This commit is contained in:
Scott Lahteine
2019-07-08 23:42:29 -05:00
committed by GitHub
parent be37c38aa2
commit a2ba0aaaac
19 changed files with 110 additions and 105 deletions

View File

@ -34,7 +34,7 @@ void HAL_init(void);
#include <stdarg.h>
#include <algorithm>
extern "C" volatile millis_t _millis;
extern "C" volatile uint32_t _millis;
#include "../shared/Marduino.h"
#include "../shared/math_32bit.h"