mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 17:41:33 +11:00
Fix clippy lint
This commit is contained in:
parent
a331909370
commit
69e3c299ca
|
@ -41,7 +41,7 @@ impl<'a> Mixer<'a> {
|
|||
}
|
||||
|
||||
pub fn enable(&mut self) {
|
||||
hw::set_timer_counter_for_frequency_and_enable(&mut self.timer, SOUND_FREQUENCY);
|
||||
hw::set_timer_counter_for_frequency_and_enable(self.timer, SOUND_FREQUENCY);
|
||||
hw::set_sound_control_register_for_mixer();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue