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 04cbf81c67
commit 450d3f8ea6
+1
View File
@@ -37,6 +37,7 @@
#![no_std]
#![no_main]
#[allow(dead_code)]
mod blink;
use defmt_rtt as _;