diff options
| -rw-r--r-- | embassy-stm32/src/pwr/f3.rs | 0 | ||||
| -rw-r--r-- | embassy-stm32/src/pwr/mod.rs | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/embassy-stm32/src/pwr/f3.rs b/embassy-stm32/src/pwr/f3.rs new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/embassy-stm32/src/pwr/f3.rs | |||
diff --git a/embassy-stm32/src/pwr/mod.rs b/embassy-stm32/src/pwr/mod.rs index a71ce8f3c..18f462bd2 100644 --- a/embassy-stm32/src/pwr/mod.rs +++ b/embassy-stm32/src/pwr/mod.rs | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | #[cfg_attr(any(pwr_h7, pwr_h7smps), path = "h7.rs")] | 1 | #[cfg_attr(any(pwr_h7, pwr_h7smps), path = "h7.rs")] |
| 2 | #[cfg_attr(pwr_f3, path = "f3.rs")] | ||
| 2 | #[cfg_attr(pwr_f4, path = "f4.rs")] | 3 | #[cfg_attr(pwr_f4, path = "f4.rs")] |
| 3 | #[cfg_attr(pwr_f7, path = "f7.rs")] | 4 | #[cfg_attr(pwr_f7, path = "f7.rs")] |
| 4 | #[cfg_attr(pwr_wl5, path = "wl5.rs")] | 5 | #[cfg_attr(pwr_wl5, path = "wl5.rs")] |
