This commit is contained in:
ZennDev1337 2023-09-21 11:16:39 +02:00
parent f4647a19df
commit 432be75b40

View file

@ -20,7 +20,6 @@ pub unsafe extern "C" fn setup() {
arduboy.set_frame_rate(30);
arduboy.clear();
}
// The loop() function repeats forever after setup() is done
#[no_mangle]
#[export_name = "loop"]