mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 04:53:08 +00:00
Allow no prefix usage of name_generator_make_detailed_datetime
Remove extra check for NULL since check is present in code already
This commit is contained in:
parent
b299604932
commit
f4ffd29bbc
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ void name_generator_make_detailed_datetime(
|
|||
DateTime* custom_time) {
|
||||
furi_check(name);
|
||||
furi_check(max_name_size);
|
||||
furi_check(prefix);
|
||||
|
||||
DateTime dateTime;
|
||||
if(custom_time) {
|
||||
|
|
Loading…
Reference in a new issue