set the project game in a ready to start state
This commit is contained in:
parent
34c781e882
commit
1e8a23a4b1
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
//Include the Arduboy Library
|
||||
#[allow(unused_imports)]
|
||||
use arduboy_rust::prelude::*;
|
||||
#[allow(dead_code)]
|
||||
const arduboy: Arduboy2 = Arduboy2::new();
|
||||
|
||||
// Progmem data
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue