Followup to new endstop interrupts feature

- Fix typos, verbiage
- Fix naming of `setup_endstop_interrupts`
- Some formatting, indentation, spacing
This commit is contained in:
Scott Lahteine
2016-11-18 21:53:45 -06:00
parent 832fe284b4
commit eb120e518c
25 changed files with 215 additions and 217 deletions

View File

@@ -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
}