Skip to content

Commit 178d655

Browse files
committed
Fix Astyle
1 parent 65af55f commit 178d655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/Generic_F446Rx/variant.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ static uint8_t SetSysClock_PLL_HSE(uint8_t bypass)
155155

156156
// Activate the OverDrive to reach the 180 MHz Frequency
157157
if (HAL_PWREx_EnableOverDrive() != HAL_OK) {
158-
return 0; // FAIL
158+
return 0; // FAIL
159159
}
160160

161161
// Select PLLSAI output as USB clock source
@@ -219,7 +219,7 @@ uint8_t SetSysClock_PLL_HSI(void)
219219

220220
// Activate the OverDrive to reach the 180 MHz Frequency
221221
if (HAL_PWREx_EnableOverDrive() != HAL_OK) {
222-
return 0; // FAIL
222+
return 0; // FAIL
223223
}
224224

225225
// Select PLLSAI output as USB clock source

0 commit comments

Comments
 (0)