diff options
| author | Siarhei B <[email protected]> | 2025-08-21 09:29:22 +0200 |
|---|---|---|
| committer | Siarhei B <[email protected]> | 2025-08-27 09:44:49 +0200 |
| commit | 55eea8b02984c3b917a98037565473078be824e0 (patch) | |
| tree | d7ef2dca280342363f7d12a9ebc74080343c67e2 /embassy-mspm0/build.rs | |
| parent | a7c64fd6bf66cd3192a7e6b13706a47bb49e6e66 (diff) | |
mspm0-watchdog: add main implementation
Diffstat (limited to 'embassy-mspm0/build.rs')
| -rw-r--r-- | embassy-mspm0/build.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-mspm0/build.rs b/embassy-mspm0/build.rs index efbe6645f..256192f8b 100644 --- a/embassy-mspm0/build.rs +++ b/embassy-mspm0/build.rs | |||
| @@ -554,6 +554,7 @@ fn generate_peripheral_instances() -> TokenStream { | |||
| 554 | let tokens = match peripheral.kind { | 554 | let tokens = match peripheral.kind { |
| 555 | "uart" => Some(quote! { impl_uart_instance!(#peri); }), | 555 | "uart" => Some(quote! { impl_uart_instance!(#peri); }), |
| 556 | "i2c" => Some(quote! { impl_i2c_instance!(#peri, #fifo_size); }), | 556 | "i2c" => Some(quote! { impl_i2c_instance!(#peri, #fifo_size); }), |
| 557 | "wwdt" => Some(quote! { impl_wwdt_instance!(#peri); }), | ||
| 557 | _ => None, | 558 | _ => None, |
| 558 | }; | 559 | }; |
| 559 | 560 | ||
