Skip to content

Commit

Permalink
Merge pull request 'delete some more re-exports' (#20) from delete-so…
Browse files Browse the repository at this point in the history
…me-re-exports into main

Reviewed-on: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/pulls/20
  • Loading branch information
robamu committed Oct 7, 2024
2 parents df0760d + 39b8633 commit 7189cb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions va108xx-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

## [v0.9.0] 2024-10-07

- Deleted some HAL re-exports in the PWM module

## [v0.8.0] 2024-09-30

## Changed
Expand Down
2 changes: 1 addition & 1 deletion va108xx-hal/src/pwm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ use core::convert::Infallible;
use core::marker::PhantomData;

use crate::pac;
use crate::time::Hertz;
use crate::timer::{
TimAndPinRegister, TimDynRegister, TimPin, TimRegInterface, ValidTim, ValidTimAndPin,
};
use crate::{clock::enable_peripheral_clock, gpio::DynPinId};
pub use crate::{gpio::PinId, time::Hertz};

const DUTY_MAX: u16 = u16::MAX;

Expand Down

0 comments on commit 7189cb2

Please sign in to comment.