Make Conditionals.h a catch-all for old configs

This commit is contained in:
Scott Lahteine
2016-07-30 04:25:30 -07:00
parent bfbd01e29a
commit 83d341c394
2 changed files with 2 additions and 2 deletions

View File

@ -24,4 +24,4 @@
* Conditionals.h
* OBSOLETE: Replaced by Conditionals_LCD.h and Conditionals_post.h
*/
#include "SanityCheck.h"
#error "Old configurations? Please delete all #include lines from Configuration.h and Configuration_adv.h."