Skip to content

Commit

Permalink
fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Jul 18, 2024
1 parent 9b99a0b commit c8e37df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chips/ay3891.zig
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub fn AY3891(comptime model: Model, comptime P: Pins, comptime Bus: anytype) ty

pub const Options = struct {
tick_hz: u32, // frequency at which the tick function will be called
sound_hz: u32, // host sound frequence (number of samples per second)
sound_hz: u32, // host sound frequency (number of samples per second)
volume: f32 = 1.0, // output volume (0..1)
chip_select: u4 = 0, // optional chip-select
};
Expand Down

0 comments on commit c8e37df

Please sign in to comment.