修复移植错误

This commit is contained in:
HEYAHONG 2024-06-15 21:31:27 +08:00
parent d0a429c9be
commit 48cabaa46a
No known key found for this signature in database
GPG Key ID: 97E3E469FE2C920B
3 changed files with 4 additions and 2 deletions

1
FW/Core/.gitignore vendored
View File

@ -53,3 +53,4 @@ cmake-build-debug
*.mk
*.uvguix*
*.scvd
config.log

View File

@ -26,8 +26,9 @@ int main(void)
}
}
#if defined(__ARMCC_VERSION)
//HBoxÒÆÖ²
typedef void(*ctors_func)();
ctors_func *__init_array_start=NULL;
ctors_func *__init_array_end=NULL;
#endif

View File

@ -348,7 +348,7 @@
<Group>
<GroupName>CPP</GroupName>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>