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

@ -37,6 +37,7 @@ extern "C" {
#include "../../sd/cardreader.h"
#include "../../inc/MarlinConfig.h"
#include "../../core/millis_t.h"
#include "HAL.h"
#include "timers.h"

View File

@ -24,6 +24,8 @@
#include <Servo.h>
#include "../../core/millis_t.h"
// Inherit and expand on the official library
class libServo : public Servo {
public:

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