From 9f9b581938292188dc24b5c49973bc87b95e2145 Mon Sep 17 00:00:00 2001 From: Jyri Sarha Date: Fri, 8 Nov 2024 12:17:53 +0200 Subject: [PATCH] probe: Remove the single assert() that is problematic for llext Remove the single assert() pulls in problematic symbols for llext. Signed-off-by: Jyri Sarha --- src/probe/probe.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/probe/probe.c b/src/probe/probe.c index 0e10ad27b293..2e19ad0f5b3b 100644 --- a/src/probe/probe.c +++ b/src/probe/probe.c @@ -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; }