Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
fruhland committed Oct 15, 2024
1 parent fbd7cf8 commit 3369350
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions towboot/src/boot/video.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ pub fn setup_video(
// in that case: set it
} {
debug!("chose {:?} as the video mode", mode.info().resolution());
output.set_mode(mode).map_err(|e| {
/*output.set_mode(mode).map_err(|e| {
error!("failed to set video mode: {e:?}");
Status::DEVICE_ERROR
}).ok()?;
}).ok()?;*/
info!("set {:?} as the video mode", mode.info().resolution());
}
Some(output)
Expand Down

0 comments on commit 3369350

Please sign in to comment.