Move millis_t includes

This commit is contained in:
Scott Lahteine
2020-03-01 09:50:53 -06:00
parent 5e9a10dbae
commit 3473b21710
6 changed files with 6 additions and 3 deletions

View File

@ -29,7 +29,6 @@
* DELAY_US(count): Delay execution in microseconds
*/
#include "../../core/millis_t.h"
#include "../../core/macros.h"
#if defined(__arm__) || defined(__thumb__)