fix: allow dead_code on blink module (on/off match C API)

This commit is contained in:
Kevin Thomas
2026-03-24 18:21:46 -04:00
parent 4bb165375f
commit 2f9abc5a42

View File

@@ -37,6 +37,7 @@
#![no_std]
#![no_main]
#[allow(dead_code)]
mod blink;
use defmt_rtt as _;