diff options
| author | Siarhei B <[email protected]> | 2025-08-26 08:19:12 +0200 |
|---|---|---|
| committer | Siarhei B <[email protected]> | 2025-08-28 10:16:03 +0200 |
| commit | 2eb643bac66844dccddc11065c3debbaef468595 (patch) | |
| tree | b150fc47c5ef8071d2839fa98e68b849d567fe0f /embassy-mspm0/src/lib.rs | |
| parent | 93ba2c9c95721f1fe16269f09c219b161b2969cb (diff) | |
mspm0-watchdog: rename mod watchdog to wwdt
Diffstat (limited to 'embassy-mspm0/src/lib.rs')
| -rw-r--r-- | embassy-mspm0/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-mspm0/src/lib.rs b/embassy-mspm0/src/lib.rs index 8ee182c12..0cb19a379 100644 --- a/embassy-mspm0/src/lib.rs +++ b/embassy-mspm0/src/lib.rs | |||
| @@ -18,7 +18,7 @@ pub mod gpio; | |||
| 18 | pub mod i2c; | 18 | pub mod i2c; |
| 19 | pub mod timer; | 19 | pub mod timer; |
| 20 | pub mod uart; | 20 | pub mod uart; |
| 21 | pub mod watchdog; | 21 | pub mod wwdt; |
| 22 | 22 | ||
| 23 | /// Operating modes for peripherals. | 23 | /// Operating modes for peripherals. |
| 24 | pub mod mode { | 24 | pub mod mode { |
