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

fix: clippy issue with new() method

parent 5dafc7b9
No related branches found
No related tags found
No related merge requests found
Pipeline #2317 passed
...@@ -116,7 +116,7 @@ impl Apu { ...@@ -116,7 +116,7 @@ impl Apu {
wave_ram: [0u8; 16], wave_ram: [0u8; 16],
sampling_rate: sampling_rate, sampling_rate,
/// Internal sequencer counter that runs at 512Hz /// Internal sequencer counter that runs at 512Hz
/// used for the activation of the tick actions. /// used for the activation of the tick actions.
......
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