We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c255d commit 8974e5aCopy full SHA for 8974e5a
1 file changed
src/hal/user_comps/xhc-whb04b-6/pendant.cc
@@ -630,7 +630,7 @@ void FeedRotaryButton::update()
630
mStepSize = mStepSizeMapper.getStepSize(second);
631
mIsPermitted = mStepSizeMapper.isPermitted(second);
632
633
- if (mIsStepMode_5_10 && mStepSize > 2) {mStepSize = 0;} // TODO DOES NOT WORK bool variable seems to be not synched inside pendant.h
+ if (!mIsStepMode_5_10 && mStepSize > 2) {mStepSize = 0;}
634
635
}
636
else if (mStepMode == HandwheelStepmodes::Mode::CON)
0 commit comments