Skip to content

Commit

Permalink
Merge pull request #985 from ajquick/u4wdh-patch-1
Browse files Browse the repository at this point in the history
Update GPIOPinDetail.cpp
  • Loading branch information
bdring authored Sep 30, 2023
2 parents 43c44f8 + c0924f9 commit d9b672d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FluidNC/src/Pins/GPIOPinDetail.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ namespace Pins {
PinCapabilities::UART;

case 5:
case 9:
case 10:
case 16:
case 17:
case 18:
Expand Down Expand Up @@ -62,8 +64,6 @@ namespace Pins {
case 6: // SPI flash integrated
case 7:
case 8:
case 9:
case 10:
case 11:
return PinCapabilities::Reserved;

Expand Down

0 comments on commit d9b672d

Please sign in to comment.