diff options
| author | Felipe Balbi <[email protected]> | 2025-12-03 14:07:57 -0800 |
|---|---|---|
| committer | Felipe Balbi <[email protected]> | 2025-12-05 08:01:13 -0800 |
| commit | ae285b84ed551aa5c81443fcacb73e788a6d36c2 (patch) | |
| tree | 920f04c2c4fe9fbead55ec931a08a9dbd59b84bb /embassy-mcxa/src/lib.rs | |
| parent | a382238225ea55ee478bbde9ddb7d0d37cf004b5 (diff) | |
CRC
Fixes #74
Signed-off-by: Felipe Balbi <[email protected]>
Diffstat (limited to 'embassy-mcxa/src/lib.rs')
| -rw-r--r-- | embassy-mcxa/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-mcxa/src/lib.rs b/embassy-mcxa/src/lib.rs index c6d8adc8f..64eeb4012 100644 --- a/embassy-mcxa/src/lib.rs +++ b/embassy-mcxa/src/lib.rs | |||
| @@ -12,6 +12,7 @@ pub mod pins; // pin mux helpers | |||
| 12 | pub mod adc; | 12 | pub mod adc; |
| 13 | pub mod clkout; | 13 | pub mod clkout; |
| 14 | pub mod config; | 14 | pub mod config; |
| 15 | pub mod crc; | ||
| 15 | pub mod i2c; | 16 | pub mod i2c; |
| 16 | pub mod interrupt; | 17 | pub mod interrupt; |
| 17 | pub mod lpuart; | 18 | pub mod lpuart; |
