mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-08 06:23:56 -06:00
Use American English
This commit is contained in:
parent
6483285bc5
commit
0987ed2a18
18 changed files with 35 additions and 35 deletions
|
@ -1120,7 +1120,7 @@ static __INLINE void NVIC_SystemReset(void)
|
|||
|
||||
/** \brief System Tick Configuration
|
||||
|
||||
This function initialises the system tick timer and its interrupt and start the system tick timer.
|
||||
This function initializes the system tick timer and its interrupt and start the system tick timer.
|
||||
Counter is in free running mode to generate periodical interrupts.
|
||||
|
||||
\param [in] ticks Number of ticks between two interrupts
|
||||
|
|
|
@ -71,7 +71,7 @@ uint32_t CDC_OutBufAvailChar(uint32_t *availChar) {
|
|||
/* end Buffer handling */
|
||||
|
||||
/*----------------------------------------------------------------------------
|
||||
CDC Initialisation
|
||||
CDC Initialization
|
||||
Initializes the data structures and serial port
|
||||
Parameters: None
|
||||
Return Value: None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue