Skip to content

Commit

Permalink
Fix #1355 - I2SO pin inversion ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchBradley committed Oct 13, 2024
1 parent 303aa8e commit f073e00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FluidNC/src/Pins/I2SOPinDetail.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ namespace Pins {
class I2SOPinDetail : public PinDetail {
PinCapabilities _capabilities;
PinAttributes _attributes;
int _inverted;

static const int nI2SOPins = 32;
static std::vector<bool> _claimed;
Expand Down

0 comments on commit f073e00

Please sign in to comment.