Skip to content

Commit

Permalink
Fix CI Spell check error
Browse files Browse the repository at this point in the history
Error: ./src/utility/stm32_eth.cpp:120: Configurates ==> Configures

Signed-off-by: patricklaf <[email protected]>
  • Loading branch information
patricklaf authored Jul 10, 2024
1 parent bdc064d commit bb45e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utility/stm32_eth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ static void TIM_scheduler_Config(void);
#endif

/**
* @brief Configurates the network interface
* @brief Configures the network interface
* @param None
* @retval None
*/
Expand Down

0 comments on commit bb45e30

Please sign in to comment.