mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-04-01 17:10:20 +02:00
fix: allow dead_code on blink module (on/off match C API)
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
#![no_std]
|
||||
#![no_main]
|
||||
|
||||
#[allow(dead_code)]
|
||||
mod blink;
|
||||
|
||||
use defmt_rtt as _;
|
||||
|
||||
Reference in New Issue
Block a user