mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-02 18:13:33 -07:00
Update came_twee.c
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user