Skip to content
Snippets Groups Projects
Verified Commit 4cd6f077 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: clippy issue

parent 5373eb23
No related branches found
No related tags found
No related merge requests found
Pipeline #2480 failed
......@@ -186,7 +186,7 @@ impl Apu {
(sampling_rate as f32 * buffer_size) as usize * 2,
),
audio_buffer_max: (sampling_rate as f32 * buffer_size) as usize * 2,
clock_freq: clock_freq,
clock_freq,
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment