Fix case light brightness save/load (#19436)

This commit is contained in:
Marcio T 2020-09-19 08:23:56 -06:00 committed by Scott Lahteine
parent a50633d8e0
commit 7735be367f

View File

@ -138,7 +138,7 @@
void M710_report(const bool forReplay);
#endif
#if ENABLED(CASE_LIGHT_MENU) && DISABLED(CASE_LIGHT_NO_BRIGHTNESS)
#if ENABLED(CASE_LIGHT_ENABLE) && DISABLED(CASE_LIGHT_NO_BRIGHTNESS)
#include "../feature/caselight.h"
#define HAS_CASE_LIGHT_BRIGHTNESS 1
#endif