Servo & PWM support for LPC1768 (#7500)
This commit is contained in:
committed by
Scott Lahteine
parent
859fa35287
commit
97444391e0
@@ -56,7 +56,7 @@
|
||||
|
||||
#include "HAL.h"
|
||||
|
||||
#if HAS_SERVOS && !IS_32BIT_TEENSY
|
||||
#if HAS_SERVOS && !(IS_32BIT_TEENSY || defined(TARGET_LPC1768))
|
||||
|
||||
//#include <Arduino.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user