Code cosmetics, added missing void statement to empty parameter of

functions
This commit is contained in:
Jan A
2019-09-30 19:01:10 +02:00
committed by Conor Patrick
parent 208d26be89
commit 5168afa16e
12 changed files with 67 additions and 56 deletions

View File

@ -699,7 +699,7 @@ void SystemClock_Config_LF20(void)
SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_PWREN);
}
void init_usb()
void init_usb(void)
{
// enable USB power
SET_BIT(PWR->CR2, PWR_CR2_USV);