Skip to content

Commit

Permalink
ci: ESP32-S3 allow unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Dec 20, 2024
1 parent c20d2fb commit 0a23336
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 @@ -32,6 +32,7 @@ use esp_hal::{
spi::master::Spi,
};

#[allow(unused_imports)]
use spooky_embedded::{
app::app_loop,
controllers::{
Expand Down Expand Up @@ -64,6 +65,7 @@ fn main() -> ! {
info!("Initializing SPI LCD driver");

// Use the `lcd_i2c_init` macro to initialize I2C for accelerometer
#[allow(unused_variables)]
let i2c = i2c_init!(peripherals);

#[cfg(feature = "m5stack-cores3")]
Expand Down

0 comments on commit 0a23336

Please sign in to comment.