Victor Oliveira
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
4 deletions
-
Marlin/src/MarlinCore.cpp
-
Marlin/src/inc/SanityCheck.h
|
@ -30,6 +30,10 @@ |
|
|
|
|
|
|
|
|
#include "MarlinCore.h" |
|
|
#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/Delay.h" |
|
|
#include "HAL/shared/esp_wifi.h" |
|
|
#include "HAL/shared/esp_wifi.h" |
|
|
|
|
|
|
|
|
|
@ -75,10 +75,6 @@ |
|
|
#endif |
|
|
#endif |
|
|
#undef HEXIFY |
|
|
#undef HEXIFY |
|
|
|
|
|
|
|
|
#if ENABLED(MARLIN_DEV_MODE) |
|
|
|
|
|
#warning "WARNING! Disable MARLIN_DEV_MODE for the final build!" |
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
/**
|
|
|
* Warnings for old configurations |
|
|
* Warnings for old configurations |
|
|
*/ |
|
|
*/ |
|
|