Fix case light brightness save/load (#19436)

This commit is contained in:
Marcio T 2020-09-19 08:23:56 -06:00 committed by GitHub
parent 4696142a31
commit 9fd06fa767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@
void M710_report(const bool forReplay); void M710_report(const bool forReplay);
#endif #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" #include "../feature/caselight.h"
#define HAS_CASE_LIGHT_BRIGHTNESS 1 #define HAS_CASE_LIGHT_BRIGHTNESS 1
#endif #endif