Skip to content

Commit

Permalink
ci: ESP32-S3 allow unused imports for ESP32-S3-BOX-3
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Dec 20, 2024
1 parent 33075e7 commit c20d2fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions esp32-s3/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ use spooky_embedded::{
#[cfg(feature = "accelerometer")]
use icm42670::{Address, Icm42670};

#[allow(unused_imports)]
use esp_hal::gpio::OutputOpenDrain;
#[allow(unused_imports)]
use esp_hal::gpio::Pull;
use log::info;

Expand Down

0 comments on commit c20d2fb

Please sign in to comment.