添加任务插槽,未写完

This commit is contained in:
andy
2023-12-10 11:13:41 +08:00
parent 5f29fc2010
commit aeb0e4c206
10 changed files with 249 additions and 21 deletions

19
.vscode/settings.json vendored
View File

@@ -1,13 +1,14 @@
{
"files.associations": {
"stm32f4xx.h": "c",
"signal.h": "c",
"dev_flash.h": "c",
"opt.h": "c",
"if_can.h": "c",
"board.h": "c",
"prot_uc.h": "c",
"tran_for_slave.h": "c",
"ewupdata.h": "c"
"stm32f4xx.h": "c",
"signal.h": "c",
"dev_flash.h": "c",
"opt.h": "c",
"if_can.h": "c",
"board.h": "c",
"prot_uc.h": "c",
"tran_for_slave.h": "c",
"ewupdata.h": "c",
"elec_task_slot.h": "c"
}
}