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

@ -1329,6 +1329,4 @@
//#define FILAMENT_LCD_DISPLAY
#endif
#include "Configuration_adv.h"
#endif //CONFIGURATION_H
#endif // CONFIGURATION_H

View File

@ -46,8 +46,6 @@
*/
#define CONFIGURATION_ADV_H_VERSION 010100
#include "Conditionals_LCD.h"
// @section temperature
//===========================================================================
@ -798,7 +796,4 @@ const unsigned int dropsegments = 5; //everything with less than this number of
//#define EXPERIMENTAL_I2CBUS
#include "Conditionals.h"
#include "SanityCheck.h"
#endif //CONFIGURATION_ADV_H
#endif // CONFIGURATION_ADV_H