🩹 Wrap endstop_diag.cpp (#23931)
This commit is contained in:
parent
b44357db9d
commit
0d3f79e6d6
|
@ -21,15 +21,19 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* DWIN End Stops diagnostic page for PRO UI
|
||||
* DWIN Endstops diagnostic page for PRO UI
|
||||
* Author: Miguel A. Risco-Castillo (MRISCOC)
|
||||
* Version: 1.2.2
|
||||
* Date: 2022/02/24
|
||||
*/
|
||||
|
||||
#include "../../../inc/MarlinConfigPre.h"
|
||||
|
||||
#if ENABLED(DWIN_LCD_PROUI)
|
||||
|
||||
#include "dwin_defines.h"
|
||||
|
||||
#if BOTH(DWIN_LCD_PROUI, HAS_ESDIAG)
|
||||
#if HAS_ESDIAG
|
||||
|
||||
#include "endstop_diag.h"
|
||||
|
||||
|
@ -105,4 +109,5 @@ void ESDiagClass::Update() {
|
|||
DWIN_UpdateLCD();
|
||||
}
|
||||
|
||||
#endif // DWIN_LCD_PROUI && HAS_ESDIAG
|
||||
#endif // HAS_ESDIAG
|
||||
#endif // DWIN_LCD_PROUI
|
||||
|
|
Loading…
Reference in a new issue