Skip to content

Commit

Permalink
feat: Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Mar 15, 2024
1 parent b7509a6 commit 0347722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hil-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Hardware-in-loop testing for `esp-hal`.

For assistance with this package please [open an issue] or [start a discussion], or contact @jessebraham on Matrix.
For assistance with this package please [open an issue] or [start a discussion].

[open an issue]: https://github.com/esp-rs/esp-hal/issues/new
[start a discussion]: https://github.com/esp-rs/esp-hal/discussions/new/choose
Expand Down
4 changes: 1 addition & 3 deletions hil-test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
use defmt_rtt as _;
use panic_probe as _;

pub mod esp_hal {
pub use esp_hal::*;
}
pub use esp_hal;

0 comments on commit 0347722

Please sign in to comment.