Small LED code reorganization (#12929)
This commit is contained in:
committed by
Scott Lahteine
parent
e6805582a6
commit
7bb5d4bfe8
@@ -69,7 +69,6 @@ void update_case_light() {
|
||||
|
||||
#else // !CASE_LIGHT_USE_NEOPIXEL
|
||||
|
||||
SET_OUTPUT(CASE_LIGHT_PIN);
|
||||
if (USEABLE_HARDWARE_PWM(CASE_LIGHT_PIN))
|
||||
analogWrite(CASE_LIGHT_PIN, n10ct);
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user