treewide: Fix some typos
This commit is contained in:
committed by
Karl Palsson
parent
93e0ccaf26
commit
a6927e410c
@@ -271,7 +271,7 @@ void rcc_osc_bypass_disable(enum rcc_osc osc)
|
||||
}
|
||||
|
||||
/* This is a helper to calculate dividers that go 2/4/8/16/64/128/256/512.
|
||||
* These dividers also use the top bit as an "enable". This is tyipcally
|
||||
* These dividers also use the top bit as an "enable". This is typically
|
||||
* used for AHB and other system clock prescaler. */
|
||||
uint16_t rcc_get_div_from_hpre(uint8_t div_val) {
|
||||
if (div_val < 0x8) {
|
||||
|
||||
Reference in New Issue
Block a user