Skip to content

Commit

Permalink
Merge pull request #393 from bjoernQ/re-export-xtensa-lx-rt
Browse files Browse the repository at this point in the history
Make sure to re-export xtensa-lx-rt
  • Loading branch information
bjoernQ authored Feb 13, 2023
2 parents 4e88e48 + f385a7d commit 5284fc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions esp32-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pub use esp_hal_common::{
uart,
utils,
xtensa_lx,
xtensa_lx_rt,
Cpu,
Delay,
PulseControl,
Expand Down
1 change: 1 addition & 0 deletions esp32s2-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ pub use esp_hal_common::{
uart,
utils,
xtensa_lx,
xtensa_lx_rt,
Cpu,
Delay,
PulseControl,
Expand Down
1 change: 1 addition & 0 deletions esp32s3-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pub use esp_hal_common::{
uart,
utils,
xtensa_lx,
xtensa_lx_rt,
Cpu,
Delay,
PulseControl,
Expand Down

0 comments on commit 5284fc0

Please sign in to comment.