Skip to content

Commit

Permalink
chore: Remove pub export of Rsa that is no longer needed
Browse files Browse the repository at this point in the history
This revert the change made in #27 now that Session no longer take an instance of the driver.
  • Loading branch information
AnthonyGrondin committed Jul 10, 2024
1 parent 96ff4b3 commit 0637ddb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions esp-mbedtls/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
use embedded_io::ErrorType;
#[doc(hidden)]
pub use esp_hal as hal;
use hal::{peripheral::Peripheral, peripherals::RSA};

pub use crate::hal::rsa::Rsa;
use hal::{peripheral::Peripheral, peripherals::RSA, rsa::Rsa};

mod compat;

Expand Down

0 comments on commit 0637ddb

Please sign in to comment.