clock: stm32: Cleanup use of C99 types
We introduced some see C99 types, so convert them over to the Zephyr types. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
fb56b39cdd
commit
49ebc09a52
@ -154,7 +154,7 @@ static struct clock_control_driver_api stm32_clock_control_api = {
|
||||
* Unconditionally switch the system clock source to HSI.
|
||||
*/
|
||||
__unused
|
||||
static void stm32_clock_switch_to_hsi(uint32_t ahb_prescaler)
|
||||
static void stm32_clock_switch_to_hsi(u32_t ahb_prescaler)
|
||||
{
|
||||
/* Enable HSI if not enabled */
|
||||
if (LL_RCC_HSI_IsReady() != 1) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user