mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-07-08 05:27:51 +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_std]
|
||||||
#![no_main]
|
#![no_main]
|
||||||
|
|
||||||
|
#[allow(dead_code)]
|
||||||
mod blink;
|
mod blink;
|
||||||
|
|
||||||
use defmt_rtt as _;
|
use defmt_rtt as _;
|
||||||
|
|||||||
Reference in New Issue
Block a user