diff options
Diffstat (limited to 'embassy-imxrt/src/iopctl.rs')
| -rw-r--r-- | embassy-imxrt/src/iopctl.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-imxrt/src/iopctl.rs b/embassy-imxrt/src/iopctl.rs index a3b8b14d6..805bf2f1b 100644 --- a/embassy-imxrt/src/iopctl.rs +++ b/embassy-imxrt/src/iopctl.rs | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | //! | 2 | //! |
| 3 | //! Also known as IO Pin Configuration (IOCON) | 3 | //! Also known as IO Pin Configuration (IOCON) |
| 4 | 4 | ||
| 5 | use crate::pac::{iopctl, Iopctl}; | 5 | use crate::pac::{Iopctl, iopctl}; |
| 6 | 6 | ||
| 7 | // A generic pin of any type. | 7 | // A generic pin of any type. |
| 8 | // | 8 | // |
