Merge pull request #4467 from jbrazio/safe_delay-millis_t
Makes safe_delay() to be fully compatible with delay()
This commit is contained in:
commit
46c33f1cfa
4 changed files with 38 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