mirror of
				https://github.com/goldenfishs/MRobot.git
				synced 2025-10-31 23:25:42 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			240 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			240 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #include "task/user_task.h"
 | |
| 
 | |
| Task_Runtime_t task_runtime;
 | |
| 
 | |
| const osThreadAttr_t attr_init = {
 | |
|     .name = "Task_Init",
 | |
|     .priority = osPriorityRealtime,
 | |
|     .stack_size = 256 * 4,
 | |
| };
 | |
| 
 | |
| // 用户自定义任务
 | |
| {{{{task_attr_definitions}}}} | 
