Skip to content

Commit

Permalink
Merge pull request #769 from FreeBear-nc/bugfixes
Browse files Browse the repository at this point in the history
Move USB_TXD/RXD to is_system_pin()
  • Loading branch information
fvanroie authored Jul 19, 2024
2 parents c91b98a + 0b30b07 commit 4f8f011
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/drv/tft/tft_driver_arduinogfx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4f8f011

Please sign in to comment.