Fix "'ubl' not declared" error (#18541)
This commit is contained in:
parent
aa40deb901
commit
6eb19cef11
@ -25,7 +25,7 @@
|
|||||||
#include "../../lcd/ultralcd.h"
|
#include "../../lcd/ultralcd.h"
|
||||||
#include "../../module/stepper.h"
|
#include "../../module/stepper.h"
|
||||||
|
|
||||||
#if BOTH(AUTO_BED_LEVELING_UBL, ULTRA_LCD)
|
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
||||||
#include "../../feature/bedlevel/bedlevel.h"
|
#include "../../feature/bedlevel/bedlevel.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user