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

@@ -24,7 +24,7 @@
#include <math.h>
#include <stddef.h>
#include "millis_t.h"
#include "../inc/MarlinConfigPre.h"
class __FlashStringHelper;
typedef const __FlashStringHelper *progmem_str;

View File

@@ -23,6 +23,7 @@
#include "../inc/MarlinConfigPre.h"
#include "../core/types.h"
#include "../core/millis_t.h"
// Delay that ensures heaters and watchdog are kept alive
void safe_delay(millis_t ms);