Просмотр исходного кода

Check that configs are up-to-date

Scott Lahteine 10 лет назад
Родитель
Сommit
873f7d6f2a
1 измененных файлов: 4 добавлений и 0 удалений
  1. 4
    0
      Marlin/Marlin.h

+ 4
- 0
Marlin/Marlin.h Просмотреть файл

@@ -21,6 +21,10 @@
21 21
 #include "fastio.h"
22 22
 #include "Configuration.h"
23 23
 
24
+#ifndef SANITYCHECK_H
25
+  #error Your Configuration.h and Configuration_adv.h files are outdated!
26
+#endif
27
+
24 28
 #if (ARDUINO >= 100)
25 29
   #include "Arduino.h"
26 30
 #else

Загрузка…
Отмена
Сохранить