File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
targets/TARGET_STM/TARGET_STM32L0 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ uint8_t SetSysClock_PLL_HSE(uint8_t bypass)
104104 __HAL_PWR_VOLTAGESCALING_CONFIG (PWR_REGULATOR_VOLTAGE_SCALE1 );
105105
106106 /* Enable HSE and HSI48 oscillators and activate PLL with HSE as source */
107- RCC_OscInitStruct .OscillatorType = RCC_OSCILLATORTYPE_HSE | RCC_OSCILLATORTYPE_HSI48 ;
107+ RCC_OscInitStruct .OscillatorType = RCC_OSCILLATORTYPE_HSE | RCC_OSCILLATORTYPE_HSI48 ;
108108 if (bypass == 0 ) {
109109 RCC_OscInitStruct .HSEState = RCC_HSE_ON ; /* External 8 MHz xtal on OSC_IN/OSC_OUT */
110110 } else {
Original file line number Diff line number Diff line change 1717#define __US_TICKER_DATA_H
1818
1919#ifdef __cplusplus
20- extern "C" {
20+ extern "C" {
2121#endif
2222
2323#include "stm32l0xx.h"
You can’t perform that action at this time.
0 commit comments