mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-26 09:06:33 +11:00
Fix clippy lint
This commit is contained in:
parent
a331909370
commit
69e3c299ca
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ impl<'a> Mixer<'a> {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn enable(&mut self) {
|
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();
|
hw::set_sound_control_register_for_mixer();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue