returning empty fail message for eiger

This commit is contained in:
maliakal_d 2022-11-11 16:56:58 +01:00
parent 0063cc8eb2
commit e7c65f44cb
2 changed files with 4 additions and 0 deletions

View File

@ -2984,6 +2984,10 @@ int validateAndSetAllTrimbits(int arg) {
LOG(logERROR, (mess));
} else {
ret = setAllTrimbits(arg);
if (ret == FAIL) {
strcpy(mess, "Could not set all trimbits\n");
LOG(logERROR, (mess));
}
#ifdef EIGERD
// changes settings to undefined
if (getSettings() != UNDEFINED) {