Fixed spelling error in function brief

This commit is contained in:
Christodoulos Sotiriou 2021-10-01 20:34:56 +03:00 committed by GitHub
parent 1555f88ae1
commit d423e09b0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1571,7 +1571,7 @@ void SUBGHZSPI_DeInit(void)
}
/**
* @brief Transmit data trough SUBGHZSPI peripheral
* @brief Transmit data through SUBGHZSPI peripheral
* @param hsubghz pointer to a SUBGHZ_HandleTypeDef structure that contains
* the handle information for SUBGHZ module.
* @param Data data to transmit
@ -1630,7 +1630,7 @@ HAL_StatusTypeDef SUBGHZSPI_Transmit(SUBGHZ_HandleTypeDef *hsubghz,
}
/**
* @brief Receive data trough SUBGHZSPI peripheral
* @brief Receive data through SUBGHZSPI peripheral
* @param hsubghz pointer to a SUBGHZ_HandleTypeDef structure that contains
* the handle information for SUBGHZ module.
* @param pData pointer on data to receive