aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-04-02 20:21:56 +0000
committerGitHub <[email protected]>2024-04-02 20:21:56 +0000
commit1fd260e4b1f875ba71c40a732a606bf487165750 (patch)
tree0c4b217ebae052a2ee4f5a22e870cda3a9314402
parent990f2717673de5e6de6be6a9fb001bc0c8d34745 (diff)
parent1e399fbf9d716297acd9281be5c7d6546392e805 (diff)
Merge pull request #2764 from borisfaure/stm32-typo-in-doc
stm32: fix typo in doc
-rw-r--r--embassy-stm32/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/lib.rs b/embassy-stm32/src/lib.rs
index ab6ef8ef4..8b826e5ac 100644
--- a/embassy-stm32/src/lib.rs
+++ b/embassy-stm32/src/lib.rs
@@ -168,7 +168,7 @@ pub struct Config {
168 168
169 /// Enable debug during sleep and stop. 169 /// Enable debug during sleep and stop.
170 /// 170 ///
171 /// May incrase power consumption. Defaults to true. 171 /// May increase power consumption. Defaults to true.
172 #[cfg(dbgmcu)] 172 #[cfg(dbgmcu)]
173 pub enable_debug_during_sleep: bool, 173 pub enable_debug_during_sleep: bool,
174 174