[fix]boot os failed in mdk ide! (#7404)
This commit is contained in:
parent
0c55c4d3ed
commit
7693c6f5ab
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue