使用多线程编译,优化praper_vscode.py

This commit is contained in:
2024-09-28 19:35:52 +08:00
parent a1a8f76b8c
commit f50a2a3751
12 changed files with 91 additions and 90 deletions

View File

@@ -20,16 +20,6 @@ Information is free from patent or copyright infringement.
#pragma pack(1)
typedef struct{
uint8_t a;
uint32_t b;
}test_def;
#pragma pack()
test_def g_test;
@@ -38,9 +28,6 @@ int main()
{
iot_build_info_t info;
g_test.a=1;
g_test.b=2;
printf("a=%d,b=%d\n",g_test.a,g_test.b);
#if IOT_SMART_GRID_ENABLE