General code cleanup

This commit is contained in:
Scott Lahteine
2020-03-02 17:43:37 -06:00
parent 5e28b0f471
commit c083728e4c
3 changed files with 5 additions and 9 deletions

View File

@ -1245,7 +1245,7 @@ void MarlinUI::update() {
}
#endif
#if HAS_SHIFT_ENCODER
#if HAS_SHIFT_ENCODER
/**
* Set up Rotary Encoder bit values (for two pin encoders to indicate movement).
* These values are independent of which pins are used for EN_A / EN_B indications.