Unify config in a single include without nested includes

This commit is contained in:
Scott Lahteine
2016-07-25 23:04:19 -07:00
parent 2d378fac1b
commit c6226bb0aa
52 changed files with 87 additions and 191 deletions

View File

@ -34,8 +34,7 @@
/* All the implementation is done in *.cpp files to get better compatibility with avr-gcc without the Arduino IDE */
/* Use this file to help the Arduino IDE find which Arduino libraries are needed and to keep documentation on GCode */
#include "Configuration.h"
#include "pins.h"
#include "MarlinConfig.h"
#if ENABLED(ULTRA_LCD)
#if ENABLED(LCD_I2C_TYPE_PCF8575)