We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65af55f commit 80ac35cCopy full SHA for 80ac35c
variants/Generic_F446Rx/variant.cpp
@@ -154,9 +154,9 @@ static uint8_t SetSysClock_PLL_HSE(uint8_t bypass)
154
}
155
156
// Activate the OverDrive to reach the 180 MHz Frequency
157
- if (HAL_PWREx_EnableOverDrive() != HAL_OK) {
158
- return 0; // FAIL
159
- }
+ if (HAL_PWREx_EnableOverDrive() != HAL_OK) {
+ return 0; // FAIL
+ }
160
161
// Select PLLSAI output as USB clock source
162
PeriphClkInitStruct.PLLSAI.PLLSAIM = 8;
@@ -219,7 +219,7 @@ uint8_t SetSysClock_PLL_HSI(void)
219
220
221
if (HAL_PWREx_EnableOverDrive() != HAL_OK) {
222
223
224
225
0 commit comments