mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Move USB_TXD/RXD to is_system_pin()
This commit is contained in:
parent
e1a063d8e1
commit
0b30b075fa
@ -364,12 +364,6 @@ bool ArduinoGfx::is_driver_pin(uint8_t pin)
|
||||
#endif
|
||||
#ifdef TOUCH_IRQ
|
||||
|| (pin == TOUCH_IRQ)
|
||||
#endif
|
||||
#ifdef USB_TXD
|
||||
|| (pin == USB_TXD)
|
||||
#endif
|
||||
#ifdef USB_RXD
|
||||
|| (pin == USB_RXD)
|
||||
#endif
|
||||
) {
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user