Skip to content

Commit

Permalink
chore: Unused variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Sep 5, 2024
1 parent 30e8e49 commit 4db4f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hil-test/tests/delay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mod tests {

#[init]
fn init() -> Context {
let peripherals = esp_hal::init(esp_hal::Config::default());
let _peripherals = esp_hal::init(esp_hal::Config::default());
let delay = Delay::new();

Context { delay }
Expand Down

0 comments on commit 4db4f11

Please sign in to comment.