[fix](trx-ft8): make raw decode result copyable

Co-authored-by: Codex <codex@openai.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-02-09 21:23:52 +01:00
parent 56041874da
commit c4ca178097
+1
View File
@@ -12,6 +12,7 @@ const TIME_OSR: i32 = 2;
const FREQ_OSR: i32 = 2; const FREQ_OSR: i32 = 2;
#[repr(C)] #[repr(C)]
#[derive(Clone, Copy)]
struct Ft8DecodeResultRaw { struct Ft8DecodeResultRaw {
text: [libc::c_char; 64], text: [libc::c_char; 64],
snr_db: c_float, snr_db: c_float,