Allow libServo::attach to work on Teensy 3.5/3.6

This commit is contained in:
Scott Lahteine
2018-05-28 20:55:50 -05:00
parent f89f7c4a82
commit cbcb284f4a
3 changed files with 7 additions and 3 deletions

View File

@@ -51,7 +51,6 @@
*
*/
#include "../inc/MarlinConfig.h"
#if HAS_SERVOS && !(IS_32BIT_TEENSY || defined(TARGET_LPC1768) || defined(STM32F4))