Fix typos (NFC) (#5804)

This commit is contained in:
sciencewhiz
2023-10-23 09:15:58 -07:00
committed by GitHub
parent ec0f7fefb0
commit f4cbcbc984
6 changed files with 8 additions and 8 deletions

View File

@@ -205,7 +205,7 @@ void HAL_SetPWMPeriodScale(HAL_DigitalHandle pwmPortHandle, int32_t squelchMask,
int32_t* status);
/**
* Sets the PWM output to be a continous high signal while enabled.
* Sets the PWM output to be a continuous high signal while enabled.
*
* @param[in] pwmPortHandle the PWM handle.
* @param[out] status Error status variable. 0 on success.