Skip to content

Commit 0968ea7

Browse files
committed
Fix Typo
1 parent 150e38e commit 0968ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/RAK811/variant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ WEAK void SystemClock_Config(void)
8888
// where 'YY' could be F0, F1, F2, F3, F4, F7, L0, L1, L4
8989
}
9090
*/
91-
WEAK void SystemClockConfig( void )
91+
WEAK void SystemClock_Config(void)
9292
{
9393
RCC_OscInitTypeDef RCC_OscInitStruct;
9494
RCC_ClkInitTypeDef RCC_ClkInitStruct;

0 commit comments

Comments
 (0)