[2.0.x] LPC176x Serial cleanup (#11032)
This commit is contained in:
committed by
Scott Lahteine
parent
c1269c2ec1
commit
0312c42f9d
@@ -60,9 +60,11 @@
|
||||
* unless DEACTIVATE_SERVOS_AFTER_MOVE is enabled and a MOVE command was issued.
|
||||
*/
|
||||
|
||||
#ifdef TARGET_LPC1768
|
||||
|
||||
#include "../../inc/MarlinConfig.h"
|
||||
|
||||
#if HAS_SERVOS && defined(TARGET_LPC1768)
|
||||
#if HAS_SERVOS
|
||||
|
||||
#include "LPC1768_PWM.h"
|
||||
#include "LPC1768_Servo.h"
|
||||
@@ -157,4 +159,5 @@
|
||||
}
|
||||
}
|
||||
|
||||
#endif // HAS_SERVOS && TARGET_LPC1768
|
||||
#endif // HAS_SERVOS
|
||||
#endif // TARGET_LPC1768
|
||||
|
||||
Reference in New Issue
Block a user