Use millis_t where needed (#12152)

This commit is contained in:
Ludy
2018-10-21 06:21:27 +02:00
committed by Scott Lahteine
parent b641571098
commit 44369d536a
6 changed files with 17 additions and 15 deletions

View File

@@ -37,7 +37,7 @@ void HAL_init();
#include <stdarg.h>
#include <algorithm>
extern "C" volatile uint32_t _millis;
extern "C" volatile millis_t _millis;
#include <Arduino.h>
#include <pinmapping.h>