diff options
| author | Felipe Balbi <[email protected]> | 2025-12-11 11:47:28 -0800 |
|---|---|---|
| committer | Felipe Balbi <[email protected]> | 2025-12-11 11:47:28 -0800 |
| commit | 5331751412413fe45f3ccb4d634fe63d5c335f0f (patch) | |
| tree | 700e8f4312ef9e9882687bf179fdbec07a6ce218 /embassy-mcxa | |
| parent | 3284620b7940e7598373ff404445858e0e7858b8 (diff) | |
Fix typo
Diffstat (limited to 'embassy-mcxa')
| -rw-r--r-- | embassy-mcxa/src/trng.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-mcxa/src/trng.rs b/embassy-mcxa/src/trng.rs index 16c759841..ce37e4b2a 100644 --- a/embassy-mcxa/src/trng.rs +++ b/embassy-mcxa/src/trng.rs | |||
| @@ -448,7 +448,7 @@ pub enum Error { | |||
| 448 | InvalidBuffer, | 448 | InvalidBuffer, |
| 449 | } | 449 | } |
| 450 | 450 | ||
| 451 | /// I2C interrupt handler. | 451 | /// TRNG interrupt handler. |
| 452 | pub struct InterruptHandler; | 452 | pub struct InterruptHandler; |
| 453 | 453 | ||
| 454 | impl Handler<typelevel::TRNG0> for InterruptHandler { | 454 | impl Handler<typelevel::TRNG0> for InterruptHandler { |
