Skip to content

Commit

Permalink
probe: Remove the single assert() that is problematic for llext
Browse files Browse the repository at this point in the history
Remove the single assert() pulls in problematic symbols for llext.

Signed-off-by: Jyri Sarha <[email protected]>
  • Loading branch information
Jyri Sarha authored and kv2019i committed Nov 20, 2024
1 parent 724408e commit 9f9b581
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/probe/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,6 @@ static uint32_t probe_gen_format(uint32_t frame_fmt, uint32_t rate,
default:
tr_err(&pr_tr, "probe_gen_format(): Invalid frame format specified = 0x%08x",
frame_fmt);
assert(false);
return 0;
}

Expand Down

0 comments on commit 9f9b581

Please sign in to comment.