Updated example file in init.sh

This commit is contained in:
Julian Laubstein 2018-12-13 14:04:08 +01:00 committed by GitHub
parent 1468373ff7
commit fb80627c94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,8 +30,8 @@ mv linker.ld $APP_NAME/linker.ld
# substitute cargo main file with a new basic one # substitute cargo main file with a new basic one
rm -rf $APP_NAME/src/main.rs rm -rf $APP_NAME/src/main.rs
wget https://raw.githubusercontent.com/rust-console/gba/master/examples/hello1.rs wget https://raw.githubusercontent.com/rust-console/gba/master/examples/hello_world.rs
mv hello1.rs $APP_NAME/src/main.rs mv hello_world.rs $APP_NAME/src/main.rs
# setup make file # setup make file
echo -e "CRT_FILE=$(echo $CRT_LOCAL) echo -e "CRT_FILE=$(echo $CRT_LOCAL)