One MARLIN_DEV_MODE warning per rebuild (#19163)

This commit is contained in:
Victor Oliveira 2020-08-27 13:29:07 -03:00 committed by GitHub
parent 1e124e6713
commit cb75bec06d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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
*/