One MARLIN_DEV_MODE warning per rebuild (#19163)

2.0.x
Victor Oliveira 4 years ago committed by Scott Lahteine
parent 8a24c33151
commit 9419331500

@ -30,6 +30,10 @@
#include "MarlinCore.h"
#if ENABLED(MARLIN_DEV_MODE)
#warning "WARNING! Disable MARLIN_DEV_MODE for the final build!"
#endif
#include "HAL/shared/Delay.h"
#include "HAL/shared/esp_wifi.h"

@ -75,10 +75,6 @@
#endif
#undef HEXIFY
#if ENABLED(MARLIN_DEV_MODE)
#warning "WARNING! Disable MARLIN_DEV_MODE for the final build!"
#endif
/**
* Warnings for old configurations
*/

Loading…
Cancel
Save