Skip to content

Commit

Permalink
Update core/platform/lf_STM32f4_support.c
Browse files Browse the repository at this point in the history
Co-authored-by: Marten Lohstroh <[email protected]>
  • Loading branch information
naichenzhao and lhstrh authored May 25, 2024
1 parent bd6595b commit a90ecea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/platform/lf_STM32f4_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void Error_Handler();
// | Code for timer functions
// + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- +

// We use timer 5 for our clock (probably better than fucking with sysTick)
// We use timer 5 for our clock (probably better than dealing with sysTick)
void _lf_initialize_clock(void) {
// Standard initializations from generated code
HAL_Init();
Expand Down

0 comments on commit a90ecea

Please sign in to comment.