File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -309,8 +309,8 @@ intCB interruptMap[MAX_ENCODERS] = {
309309 // [] { optEnc[3].optEnc_sensor->handleInterrupt(); }
310310};
311311
312- unsigned long optenc_current_millis; // for encoder input loop
313- unsigned long optenc_previous_millis; // for encoder input loop
312+ unsigned long optenc_current_millis; // for encoder input loop
313+ unsigned long optenc_previous_millis; // for encoder input loop
314314unsigned int optenc_scan_interval = 10 ; // scan encoders every x ms
315315
316316// buffer to hold incoming command data
@@ -910,7 +910,7 @@ void reset_data() {
910910 optEncoder_ix = 0 ;
911911 optenc_current_millis = 0 ; // for analog input loop
912912 optenc_previous_millis = 0 ; // for analog input loop
913- optenc_scan_interval = 10 ; // scan encoders every x ms
913+ optenc_scan_interval = 10 ; // scan encoders every x ms
914914
915915 init_pin_structures ();
916916
You can’t perform that action at this time.
0 commit comments