Unify config in a single include without nested includes
This commit is contained in:
@ -1337,6 +1337,4 @@
|
||||
//#define FILAMENT_LCD_DISPLAY
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
#endif // CONFIGURATION_H
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user