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 178d655Copy full SHA for 178d655
variants/Generic_F446Rx/variant.cpp
@@ -155,7 +155,7 @@ static uint8_t SetSysClock_PLL_HSE(uint8_t bypass)
155
156
// Activate the OverDrive to reach the 180 MHz Frequency
157
if (HAL_PWREx_EnableOverDrive() != HAL_OK) {
158
- return 0; // FAIL
+ return 0; // FAIL
159
}
160
161
// Select PLLSAI output as USB clock source
@@ -219,7 +219,7 @@ uint8_t SetSysClock_PLL_HSI(void)
219
220
221
222
223
224
225
0 commit comments