Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check mix of u32 and usize for the clock and video device #212

Open
github-actions bot opened this issue Jun 16, 2024 · 0 comments
Open

Check mix of u32 and usize for the clock and video device #212

github-actions bot opened this issue Jun 16, 2024 · 0 comments

Comments

@github-actions
Copy link

Line: 209

#[cfg(feature = "video")]
let vsync_frequency = if args.enable_video {
let video_device = new_video_device(
// TODO: Check mix of u32 and usize for the clock and video device
// category=Refactoring
master_clock_freq as usize,
);
let vsync_frequency = video_device.vsync_frequency;
bus_peripheral.map_segment(
VIDEO_SEGMENT,
0x000C_0000,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants