6 lines
60 B
Rust
6 lines
60 B
Rust
#![no_main]
|
|
#![no_std]
|
|
|
|
#[defmt::panic_handler]
|
|
fn foo() {}
|
#![no_main]
|
|
#![no_std]
|
|
|
|
#[defmt::panic_handler]
|
|
fn foo() {}
|