瀏覽代碼
One MARLIN_DEV_MODE warning per rebuild (#19163)
Victor Oliveira
4 年之前
No account linked to committer's email address
|
@@ -30,6 +30,10 @@
|
30
|
30
|
|
31
|
31
|
#include "MarlinCore.h"
|
32
|
32
|
|
|
33
|
+#if ENABLED(MARLIN_DEV_MODE)
|
|
34
|
+ #warning "WARNING! Disable MARLIN_DEV_MODE for the final build!"
|
|
35
|
+#endif
|
|
36
|
+
|
33
|
37
|
#include "HAL/shared/Delay.h"
|
34
|
38
|
#include "HAL/shared/esp_wifi.h"
|
35
|
39
|
|
|
@@ -75,10 +75,6 @@
|
75
|
75
|
#endif
|
76
|
76
|
#undef HEXIFY
|
77
|
77
|
|
78
|
|
-#if ENABLED(MARLIN_DEV_MODE)
|
79
|
|
- #warning "WARNING! Disable MARLIN_DEV_MODE for the final build!"
|
80
|
|
-#endif
|
81
|
|
-
|
82
|
78
|
/**
|
83
|
79
|
* Warnings for old configurations
|
84
|
80
|
*/
|