[1.1.x] TMC driver update (#8712)

This commit is contained in:
teemuatlut
2017-12-15 23:02:39 +02:00
committed by Scott Lahteine
parent f38f2ace5a
commit 0ac0324af2
43 changed files with 3588 additions and 1641 deletions

View File

@@ -26,7 +26,7 @@
#include "MarlinConfig.h"
#ifdef USBCON
#include "HardwareSerial.h"
#include <HardwareSerial.h>
#if ENABLED(BLUETOOTH)
#define MYSERIAL bluetoothSerial
#else