added a doc command to the run script

This commit is contained in:
ZennDev1337 2023-08-16 14:46:00 +02:00
parent 747ec6e9c9
commit 61a1052b3e
3 changed files with 7 additions and 4 deletions

View file

@ -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::*;