From e4e2efda746ce0113facf80f838afa98956f3189 Mon Sep 17 00:00:00 2001 From: r3df0xx Date: Thu, 26 May 2022 22:30:13 +0300 Subject: [PATCH] Update came_twee.c --- lib/subghz/protocols/came_twee.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/subghz/protocols/came_twee.c b/lib/subghz/protocols/came_twee.c index 4ca116232..e5fb12d1e 100644 --- a/lib/subghz/protocols/came_twee.c +++ b/lib/subghz/protocols/came_twee.c @@ -145,8 +145,7 @@ static LevelDuration break; default: - FURI_LOG_E(TAG, "DO CRASH HERE."); - furi_crash(NULL); + furi_crash("SugGhz: ManchesterEncoderResult is incorrect."); break; } return level_duration_make(data.level, data.duration);