编译 lib 初步实现

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
2022-10-14 11:16:02 +08:00
parent 02210074ec
commit 43963583ea
226 changed files with 159 additions and 42117 deletions

View File

@@ -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.