[fix]boot os failed in mdk ide! (#7404)

This commit is contained in:
vandoul 2023-04-29 12:41:02 +08:00 committed by GitHub
parent 0c55c4d3ed
commit 7693c6f5ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,12 @@ void cy_bsp_all_init(void)
{
cy_rslt_t result;
#ifdef __ARMCC_VERSION
#ifndef __NO_SYSTEM_INIT
SystemInit();
#endif
#endif
/* Initialize the device and board peripherals */
result = cybsp_init();