Followup to new endstop interrupts feature
- Fix typos, verbiage - Fix naming of `setup_endstop_interrupts` - Some formatting, indentation, spacing
This commit is contained in:
parent
832fe284b4
commit
eb120e518c
25 changed files with 215 additions and 217 deletions
|
|
@ -92,6 +92,7 @@
|
|||
#if ENABLED(ENDSTOP_INTERRUPTS_FEATURE)
|
||||
#include "endstop_interrupts.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Look here for descriptions of G-codes:
|
||||
* - http://linuxcnc.org/handbook/gcode/g-code.html
|
||||
|
|
@ -10020,7 +10021,7 @@ void setup() {
|
|||
#endif
|
||||
|
||||
#if ENABLED(ENDSTOP_INTERRUPTS_FEATURE)
|
||||
setup_enstop_interrupts();
|
||||
setup_endstop_interrupts();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue