Skip to content

Commit

Permalink
This makes the program run again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed May 30, 2024
1 parent 2aa0f2d commit 534a4c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/paddle_ball.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ extern "C" fn draw_sprites(_bits: IrqBits) {
);
}

#[inline(never)]
fn draw_rect(x: u16, y: u16, width: u16, height: u16, color: Color) {
for i in 0..width {
for j in 0..height {
Expand Down

0 comments on commit 534a4c5

Please sign in to comment.