Skip to content

Commit

Permalink
fix to compiler 1.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Dec 18, 2024
1 parent ce04f1e commit 2223126
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-esp32-c6-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: esp-rs/xtensa-toolchain@v1.5
with:
default: true
version: '1.82.0'
buildtargets: esp32c6
ldproxy: false

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-esp32-s3-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: esp-rs/xtensa-toolchain@v1.5
with:
default: true
version: '1.82.0'
buildtargets: esp32s3
ldproxy: false

Expand Down
2 changes: 1 addition & 1 deletion esp32-c6-devkit/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use esp_hal::{
dma::Dma,
dma::DmaPriority,
gpio::{Level, Output},
i2c::master::I2c,
// i2c::master::I2c,
prelude::*,
spi::master::Spi,
};
Expand Down

0 comments on commit 2223126

Please sign in to comment.