换血大更新

This commit is contained in:
XerolySkinner
2023-03-06 12:44:58 +08:00
parent dcee54c50d
commit d14d2c5c95
933 changed files with 7422 additions and 2824 deletions

View File

@@ -31,6 +31,7 @@
* @date 2022-11-07 18:50
*/
#pragma once
#include "vartable.h"
#ifdef __cplusplus
extern "C"{
#endif
@@ -38,7 +39,8 @@ extern "C"{
//----------------------------------------------------------------------------------------------------
// 回调声明
//
void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim);
void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart);
//////////////////////////////////////////////////////////////////////////////////////////////////////
#ifdef __cplusplus
}