Compile error. Forgot bracket.
This commit is contained in:
George 2020-05-19 22:01:40 +10:00
parent fb179c27af
commit bea58f223f
1 changed files with 1 additions and 0 deletions

View File

@ -1901,6 +1901,7 @@ void CmndSetLedPwmOff(void)
} else { } else {
Settings.ledpwm_off = XdrvMailbox.payload; Settings.ledpwm_off = XdrvMailbox.payload;
} }
}
ResponseCmndNumber(Settings.ledpwm_off); ResponseCmndNumber(Settings.ledpwm_off);
} }