diff options
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 { |
