Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[stm32] Fix Rcc::disable() erroneously disabling unrelated clocks
Due to missing curly braces certain statements are not guarded by an if condition and will always be executed. This causes some ethernet clocks to always be disabled regardless of specified parameters.
- Loading branch information