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

@ -23,7 +23,7 @@
#ifndef SPI_PINS_LPC1768_H
#define SPI_PINS_LPC1768_H
#include "../../inc/MarlinConfigPre.h"
#include "src/core/macros.h"
#if ENABLED(SDSUPPORT) && ENABLED(DOGLCD) && (LCD_PINS_D4 == SCK_PIN || LCD_PINS_ENABLE == MOSI_PIN || DOGLCD_SCK == SCK_PIN || DOGLCD_MOSI == MOSI_PIN)
#define LPC_SOFTWARE_SPI // If the SD card and LCD adapter share the same SPI pins, then software SPI is currently