Skip to content

Commit 2b7e571

Browse files
GitHub BuildGitHub Build
authored andcommitted
Applied Formatting Changes During GitHub Build
1 parent c9ac850 commit 2b7e571

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

samples/timer_configuration/main.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ int main() {
4848
TIM_CLOCKDIVISION_DIV1, // Used the default clock division
4949
TIM_AUTORELOAD_PRELOAD_ENABLE, // Enables the auto reload preload which makes TIMx_ARR buffered.
5050
TIM_CLOCKSOURCE_INTERNAL, // Set the clock source to be the microcontrollers internal clock.
51-
TIM_TRGO_RESET, // Tells the timer to reset whenever it enters a Master / Slave configuration. Will not be
52-
// triggered or used in this configuration.
53-
TIM_MASTERSLAVEMODE_DISABLE // Disable Masster Slave Mode for the timer
51+
TIM_TRGO_RESET, // Tells the timer to reset whenever it enters a Master / Slave configuration. Will not be
52+
// triggered or used in this configuration.
53+
TIM_MASTERSLAVEMODE_DISABLE // Disable Masster Slave Mode for the timer
5454
};
5555

5656
// Set up the Timer

0 commit comments

Comments
 (0)