[LPC176x] Fix USEABLE_HARDWARE_PWM macro, cleanup multiple LED support (#12129)

This commit is contained in:
Chris Pepper
2018-10-18 17:26:50 +01:00
committed by Scott Lahteine
parent a768df83cb
commit 3c13c9e3e9
4 changed files with 21 additions and 12 deletions

View File

@@ -37,7 +37,7 @@
#include <Arduino.h>
#define USEABLE_HARDWARE_PWM(pin) useable_hardware_PWM(pin)
#define USEABLE_HARDWARE_PWM(pin) TRUE // all pins are PWM capable
#define LPC_PIN(pin) gpio_pin(pin)
#define LPC_GPIO(port) gpio_port(port)