commit for customized Makefile and build script. && Implemented a User_Main function call demo as a bridge to allow program execution to transition from main.c to C++ environment.
This commit is contained in:
@@ -75,6 +75,9 @@ void Error_Handler(void);
|
||||
|
||||
/* USER CODE BEGIN Private defines */
|
||||
|
||||
// 自定义函数入口
|
||||
void User_Main(void);
|
||||
|
||||
/* USER CODE END Private defines */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user