stars, moon, trees, houses and snow
* Version of Family Christmas 2024
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#![no_main]
|
||||
#![no_std]
|
||||
|
||||
use template_microbit as _; // global logger + panicking-behavior + memory layout
|
||||
use defmt::Format; // <- derive attribute
|
||||
use template_microbit as _; // global logger + panicking-behavior + memory layout
|
||||
|
||||
#[derive(Format)]
|
||||
struct S1<T> {
|
||||
|
||||
Reference in New Issue
Block a user