stm32: fix typo in doc

This commit is contained in:
Boris Faure 2024-04-02 22:16:11 +02:00
parent 990f271767
commit 1e399fbf9d

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,