From 5fd345ff5620bf41340520c9890d282f97c98355 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper <gw@ilym.me> Date: Mon, 18 Oct 2021 20:31:51 +0100 Subject: [PATCH] Fixup build error in template --- template/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/src/main.rs b/template/src/main.rs index 2e8b4d80..6bd8c2fe 100644 --- a/template/src/main.rs +++ b/template/src/main.rs @@ -5,7 +5,7 @@ extern crate agb; use agb::{display, syscall}; #[agb::entry] -pub fn main() -> ! { +fn main() -> ! { let mut gba = agb::Gba::new(); let mut bitmap = gba.display.video.bitmap3();