Drop C-style 'void' argument
This commit is contained in:
		| @@ -109,7 +109,7 @@ extern "C" { | ||||
|   * @param  None | ||||
|   * @retval None | ||||
|   */ | ||||
| WEAK void SystemClock_Config(void) { | ||||
| WEAK void SystemClock_Config() { | ||||
|  | ||||
|   RCC_OscInitTypeDef RCC_OscInitStruct; | ||||
|   RCC_ClkInitTypeDef RCC_ClkInitStruct; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user