Skip to content

Commit 1468a30

Browse files
fpistmtadtruex
authored andcommitted
fix(mp1): trailing space
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 4b99297 commit 1468a30

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

system/STM32MP1xx/system_stm32mp1xx.c

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* be used by the user application to setup
1515
* the SysTick timer or configure other
1616
* parameters.
17-
*
17+
*
1818
* - SystemCoreClockUpdate(): Updates the variable SystemCoreClock and must
1919
* be called whenever the core clock is changed
2020
* during program execution.
@@ -111,8 +111,8 @@
111111
* @{
112112
*/
113113

114-
#if defined (DATA_IN_ExtSRAM)
115-
static void SystemInit_ExtMemCtl(void);
114+
#if defined (DATA_IN_ExtSRAM)
115+
static void SystemInit_ExtMemCtl(void);
116116
#endif /* DATA_IN_ExtSRAM */
117117

118118
/**
@@ -125,7 +125,7 @@
125125

126126
/**
127127
* @brief Setup the microcontroller system
128-
* Initialize the FPU setting, vector table location and External memory
128+
* Initialize the FPU setting, vector table location and External memory
129129
* configuration.
130130
* @param None
131131
* @retval None
@@ -151,7 +151,7 @@ void SystemInit (void)
151151
CLEAR_REG(EXTI_C2->EMR3);
152152
#else
153153
#error Please #define CORE_CM4
154-
#endif
154+
#endif
155155
}
156156

157157
/**
@@ -165,7 +165,7 @@ void SystemInit (void)
165165
* based on this variable will be incorrect.
166166
*
167167
* @note - The system frequency computed by this function is not the real
168-
* frequency in the chip. It is calculated based on the predefined
168+
* frequency in the chip. It is calculated based on the predefined
169169
* constant and the selected clock source:
170170
*
171171
* - If SYSCLK source is HSI, SystemCoreClock will contain the
@@ -271,10 +271,10 @@ void SystemCoreClockUpdate (void)
271271
*/
272272
void SystemInit_ExtMemCtl(void)
273273
{
274-
274+
275275
}
276276
#endif /* DATA_IN_ExtSRAM */
277-
277+
278278
/**
279279
* @}
280280
*/

0 commit comments

Comments
 (0)