Update came_twee.c

This commit is contained in:
r3df0xx
2022-05-26 22:30:13 +03:00
parent a5728fe456
commit e4e2efda74
+1 -2
View File
@@ -145,8 +145,7 @@ static LevelDuration
break; break;
default: default:
FURI_LOG_E(TAG, "DO CRASH HERE."); furi_crash("SugGhz: ManchesterEncoderResult is incorrect.");
furi_crash(NULL);
break; break;
} }
return level_duration_make(data.level, data.duration); return level_duration_make(data.level, data.duration);