Merge pull request #4467 from jbrazio/safe_delay-millis_t

Makes safe_delay() to be fully compatible with delay()
This commit is contained in:
Scott Lahteine
2016-07-29 20:23:44 -07:00
committed by GitHub
4 changed files with 38 additions and 6 deletions

View File

@@ -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)