[2.0.x] TMC driver update (#8769)

This commit is contained in:
teemuatlut
2017-12-15 23:03:14 +02:00
committed by Scott Lahteine
parent 09d13f186f
commit 0cd1e91056
62 changed files with 4185 additions and 2051 deletions

View File

@ -65,7 +65,7 @@ enum DebugFlags {
// For AVR only, define a serial interface based on configuration
#ifdef __AVR__
#ifdef USBCON
#include "HardwareSerial.h"
#include <HardwareSerial.h>
#if ENABLED(BLUETOOTH)
#define MYSERIAL bluetoothSerial
#else