fix(peripherals): import Peripheral trait for all-features build

This commit is contained in:
Chummy 2026-02-25 09:57:35 +00:00
parent 343bfc02cb
commit 6fdeea84f7
No known key found for this signature in database

View File

@ -26,6 +26,8 @@ pub mod rpi;
use crate::config::{Config, PeripheralBoardConfig, PeripheralsConfig};
#[cfg(feature = "hardware")]
use crate::peripherals::traits::Peripheral;
#[cfg(feature = "hardware")]
use crate::tools::HardwareMemoryMapTool;
use crate::tools::Tool;
use anyhow::Result;