LPC1768 MarlinServo => libServo

This commit is contained in:
Scott Lahteine
2019-05-22 16:54:03 -05:00
parent 2b5046659a
commit a49919396a
2 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@
#elif IS_TEENSY35 || IS_TEENSY36
#include "../HAL_TEENSY35_36/HAL_Servo_Teensy.h"
#elif defined(TARGET_LPC1768)
#include "../HAL_LPC1768/MarlinServo.h"
#include "../HAL_LPC1768/HAL_Servo_LPC1768.h"
#elif defined(__STM32F1__) || defined(TARGET_STM32F1)
#include "../HAL_STM32F1/HAL_Servo_STM32F1.h"
#elif defined(STM32GENERIC) && defined(STM32F4)