aboutsummaryrefslogtreecommitdiff
path: root/embassy-mcxa/src/trng.rs
diff options
context:
space:
mode:
authorFelipe Balbi <[email protected]>2025-12-11 11:47:28 -0800
committerFelipe Balbi <[email protected]>2025-12-11 11:47:28 -0800
commit5331751412413fe45f3ccb4d634fe63d5c335f0f (patch)
tree700e8f4312ef9e9882687bf179fdbec07a6ce218 /embassy-mcxa/src/trng.rs
parent3284620b7940e7598373ff404445858e0e7858b8 (diff)
Fix typo
Diffstat (limited to 'embassy-mcxa/src/trng.rs')
-rw-r--r--embassy-mcxa/src/trng.rs2
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.
452pub struct InterruptHandler; 452pub struct InterruptHandler;
453 453
454impl Handler<typelevel::TRNG0> for InterruptHandler { 454impl Handler<typelevel::TRNG0> for InterruptHandler {