added a doc command to the run script
This commit is contained in:
parent
747ec6e9c9
commit
61a1052b3e
3 changed files with 7 additions and 4 deletions
|
@ -1,9 +1,6 @@
|
|||
#![no_std]
|
||||
#![allow(non_upper_case_globals)]
|
||||
|
||||
#[no_mangle]
|
||||
pub static ArduboyTones_Library: u8 = 1;
|
||||
|
||||
//Include the Arduboy Library
|
||||
#[allow(unused_imports)]
|
||||
use arduboy_rust::prelude::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue