Merge pull request #2764 from borisfaure/stm32-typo-in-doc

stm32: fix typo in doc
This commit is contained in:
Dario Nieuwenhuis 2024-04-02 20:21:56 +00:00 committed by GitHub
commit 1fd260e4b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -168,7 +168,7 @@ pub struct Config {
/// Enable debug during sleep and stop.
///
/// May incrase power consumption. Defaults to true.
/// May increase power consumption. Defaults to true.
#[cfg(dbgmcu)]
pub enable_debug_during_sleep: bool,