@@ -701,20 +701,20 @@ HAL_StatusTypeDef HAL_UART_DeInit(UART_HandleTypeDef *huart)
|
||||
return HAL_OK;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief UART MSP Init.
|
||||
* @param huart Pointer to a UART_HandleTypeDef structure that contains
|
||||
* the configuration information for the specified UART module.
|
||||
* @retval None
|
||||
*/
|
||||
__weak void HAL_UART_MspInit(UART_HandleTypeDef *huart)
|
||||
{
|
||||
/* Prevent unused argument(s) compilation warning */
|
||||
UNUSED(huart);
|
||||
/* NOTE: This function should not be modified, when the callback is needed,
|
||||
the HAL_UART_MspInit could be implemented in the user file
|
||||
*/
|
||||
}
|
||||
// /**
|
||||
// * @brief UART MSP Init.
|
||||
// * @param huart Pointer to a UART_HandleTypeDef structure that contains
|
||||
// * the configuration information for the specified UART module.
|
||||
// * @retval None
|
||||
// */
|
||||
// __weak void HAL_UART_MspInit(UART_HandleTypeDef *huart)
|
||||
// {
|
||||
// /* Prevent unused argument(s) compilation warning */
|
||||
// UNUSED(huart);
|
||||
// /* NOTE: This function should not be modified, when the callback is needed,
|
||||
// the HAL_UART_MspInit could be implemented in the user file
|
||||
// */
|
||||
// }
|
||||
|
||||
/**
|
||||
* @brief UART MSP DeInit.
|
||||
|
Reference in New Issue
Block a user