From fb80627c944d103e7c642144b113f5f24d17818a Mon Sep 17 00:00:00 2001 From: Julian Laubstein Date: Thu, 13 Dec 2018 14:04:08 +0100 Subject: [PATCH] Updated example file in init.sh --- init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.sh b/init.sh index 6fdd5a1..d4783f1 100644 --- a/init.sh +++ b/init.sh @@ -30,8 +30,8 @@ mv linker.ld $APP_NAME/linker.ld # substitute cargo main file with a new basic one rm -rf $APP_NAME/src/main.rs -wget https://raw.githubusercontent.com/rust-console/gba/master/examples/hello1.rs -mv hello1.rs $APP_NAME/src/main.rs +wget https://raw.githubusercontent.com/rust-console/gba/master/examples/hello_world.rs +mv hello_world.rs $APP_NAME/src/main.rs # setup make file echo -e "CRT_FILE=$(echo $CRT_LOCAL)