Revert header reorg.

This commit is contained in:
Scott Lahteine
2018-10-02 22:09:41 -05:00
parent d619ba2685
commit ee53f7d813
11 changed files with 190 additions and 181 deletions

View File

@ -38,9 +38,9 @@
#ifndef _ENDSTOP_INTERRUPTS_H_
#define _ENDSTOP_INTERRUPTS_H_
#include "../../module/endstops.h"
#include "../../inc/MarlinConfig.h"
#include "../../core/macros.h"
#include <stdint.h>
#include "../../module/endstops.h"
// One ISR for all EXT-Interrupts
void endstop_ISR(void) { endstops.update(); }