diff options
| author | Felipe Balbi <[email protected]> | 2025-12-11 10:47:29 -0800 |
|---|---|---|
| committer | Felipe Balbi <[email protected]> | 2025-12-11 10:47:29 -0800 |
| commit | e0e92a430a56653fd7b3070dfc30738ca289e115 (patch) | |
| tree | b313a6003bffdd98be3d20f2d688e474aff682e6 | |
| parent | 86de5d04b91f38ab4322eaa8ff5b0f371824b57a (diff) | |
Fix typo
| -rw-r--r-- | embassy-mcxa/src/clocks/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-mcxa/src/clocks/mod.rs b/embassy-mcxa/src/clocks/mod.rs index b96d9612a..037f0a656 100644 --- a/embassy-mcxa/src/clocks/mod.rs +++ b/embassy-mcxa/src/clocks/mod.rs | |||
| @@ -952,6 +952,6 @@ pub(crate) mod gate { | |||
| 952 | 952 | ||
| 953 | // DMA0 peripheral - uses NoConfig since it has no selectable clock source | 953 | // DMA0 peripheral - uses NoConfig since it has no selectable clock source |
| 954 | impl_cc_gate!(DMA0, mrcc_glb_cc0, mrcc_glb_rst0, dma0, NoConfig); | 954 | impl_cc_gate!(DMA0, mrcc_glb_cc0, mrcc_glb_rst0, dma0, NoConfig); |
| 955 | // TRNG peripheral - uses NoConfig since it has no selectaple clock source | 955 | // TRNG peripheral - uses NoConfig since it has no selectable clock source |
| 956 | impl_cc_gate!(TRNG0, mrcc_glb_cc1, mrcc_glb_rst1, trng0, NoConfig); | 956 | impl_cc_gate!(TRNG0, mrcc_glb_cc1, mrcc_glb_rst1, trng0, NoConfig); |
| 957 | } | 957 | } |
