Skip to content

Commit

Permalink
Fix new clippy lint (#1581)
Browse files Browse the repository at this point in the history
* Fix new clippy lint

* All the RISCVs
  • Loading branch information
Dominaezzz authored May 23, 2024
1 parent cc28c3e commit bd4b044
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions esp-hal/src/soc/esp32c2/gpio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
//! two different banks:
//! * `InterruptStatusRegisterAccessBank0`
//! * `InterruptStatusRegisterAccessBank1`.
//!
//! This trait provides functions to read the interrupt status and NMI status
//! registers for both the `PRO CPU` and `APP CPU`. The implementation uses the
//! `gpio` peripheral to access the appropriate registers.
Expand Down
1 change: 1 addition & 0 deletions esp-hal/src/soc/esp32c3/gpio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
//! two different banks:
//! * `InterruptStatusRegisterAccessBank0`
//! * `InterruptStatusRegisterAccessBank1`.
//!
//! This trait provides functions to read the interrupt status and NMI status
//! registers for both the `PRO CPU` and `APP CPU`. The implementation uses the
//! `gpio` peripheral to access the appropriate registers.
Expand Down
1 change: 1 addition & 0 deletions esp-hal/src/soc/esp32c6/gpio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
//! two different banks:
//! * `InterruptStatusRegisterAccessBank0`
//! * `InterruptStatusRegisterAccessBank1`.
//!
//! This trait provides functions to read the interrupt status and NMI status
//! registers for both the `PRO CPU` and `APP CPU`. The implementation uses the
//! `gpio` peripheral to access the appropriate registers.
Expand Down
1 change: 1 addition & 0 deletions esp-hal/src/soc/esp32h2/gpio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
//! two different banks:
//! * `InterruptStatusRegisterAccessBank0`
//! * `InterruptStatusRegisterAccessBank1`.
//!
//! This trait provides functions to read the interrupt status and NMI status
//! registers for both the `PRO CPU` and `APP CPU`. The implementation uses the
//! `gpio` peripheral to access the appropriate registers.
Expand Down

0 comments on commit bd4b044

Please sign in to comment.