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)
104
104
__HAL_PWR_VOLTAGESCALING_CONFIG (PWR_REGULATOR_VOLTAGE_SCALE1 );
105
105
106
106
/* 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 ;
108
108
if (bypass == 0 ) {
109
109
RCC_OscInitStruct .HSEState = RCC_HSE_ON ; /* External 8 MHz xtal on OSC_IN/OSC_OUT */
110
110
} else {
Original file line number Diff line number Diff line change 17
17
#define __US_TICKER_DATA_H
18
18
19
19
#ifdef __cplusplus
20
- extern "C" {
20
+ extern "C" {
21
21
#endif
22
22
23
23
#include "stm32l0xx.h"
You can’t perform that action at this time.
0 commit comments