diff options
| author | i509VCB <[email protected]> | 2025-03-22 17:52:13 -0500 |
|---|---|---|
| committer | i509VCB <[email protected]> | 2025-03-29 00:21:29 -0500 |
| commit | 91cde689cc0c771ffeb3864eb41e88104d476b47 (patch) | |
| tree | dafaecbf60d85381bb16faee9d5bfdab90c82646 /embassy-mspm0/src/lib.rs | |
| parent | 954d1554d4c04a245adadb5ebd97205d1442635e (diff) | |
mspm0: blocking uart driver
Diffstat (limited to 'embassy-mspm0/src/lib.rs')
| -rw-r--r-- | embassy-mspm0/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/embassy-mspm0/src/lib.rs b/embassy-mspm0/src/lib.rs index 99b7ed4a1..e8f5971d5 100644 --- a/embassy-mspm0/src/lib.rs +++ b/embassy-mspm0/src/lib.rs | |||
| @@ -5,8 +5,12 @@ | |||
| 5 | // This mod MUST go first, so that the others see its macros. | 5 | // This mod MUST go first, so that the others see its macros. |
| 6 | pub(crate) mod fmt; | 6 | pub(crate) mod fmt; |
| 7 | 7 | ||
| 8 | // This must be declared early as well for | ||
| 9 | mod macros; | ||
| 10 | |||
| 8 | pub mod gpio; | 11 | pub mod gpio; |
| 9 | pub mod timer; | 12 | pub mod timer; |
| 13 | pub mod uart; | ||
| 10 | 14 | ||
| 11 | /// Operating modes for peripherals. | 15 | /// Operating modes for peripherals. |
| 12 | pub mod mode { | 16 | pub mod mode { |
