Skip to content

Commit 6d7cd1c

Browse files
Update nrf-hal-common/src/gpio.rs
1 parent bd66ba4 commit 6d7cd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrf-hal-common/src/gpio.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pub enum Level {
3737
pub enum Port {
3838
/// Port 0, available on all nRF52 and nRF51 MCUs.
3939
Port0,
40-
/// Port 0 Secure, available on nRF53 and nRF9
40+
/// Port 0 Secure, available on nRF53
4141
#[cfg(any(feature = "5340-app"))]
4242
Port0Secure,
4343

0 commit comments

Comments
 (0)