修复因内存对齐访问导致的硬件错误

This commit is contained in:
NeoZeng
2022-11-29 16:33:34 +08:00
parent f1301ab7de
commit a539072052
7 changed files with 36 additions and 61 deletions

View File

@@ -18,8 +18,9 @@
"can.h": "c",
"bsp_can.h": "c",
"dji_motor.h": "c",
"master_process.h": "c"
"master_process.h": "c",
"seasky_protocol.h": "c",
"bsp_usart.h": "c"
},
"C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools",
"C_Cpp.intelliSenseEngineFallback": "enabled",
}