Fixes safe_delay() to be fully compatible with delay()
This commit is contained in:
parent
8e79e8cdb3
commit
226e74a438
3 changed files with 10 additions and 6 deletions
|
|
@ -35,13 +35,11 @@
|
|||
|
||||
#include "MarlinConfig.h"
|
||||
|
||||
#include "fastio.h"
|
||||
|
||||
#include "enum.h"
|
||||
#include "types.h"
|
||||
#include "fastio.h"
|
||||
#include "utility.h"
|
||||
|
||||
typedef unsigned long millis_t;
|
||||
|
||||
#ifdef USBCON
|
||||
#include "HardwareSerial.h"
|
||||
#if ENABLED(BLUETOOTH)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue