One MARLIN_DEV_MODE warning per rebuild (#19163)
This commit is contained in:
parent
1e124e6713
commit
cb75bec06d
@ -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…
Reference in New Issue
Block a user