diff --git a/.gitignore b/.gitignore index 5ec3816451..3573714a36 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,5 @@ package.json .python-version mxc_version.h mxc_version.mk +Packetcraft-ADI +packetcraft-adi diff --git a/Libraries/CMSIS/Device/Maxim/MAX32690/Source/system_max32690.c b/Libraries/CMSIS/Device/Maxim/MAX32690/Source/system_max32690.c index 264d11013d..bfa4755517 100644 --- a/Libraries/CMSIS/Device/Maxim/MAX32690/Source/system_max32690.c +++ b/Libraries/CMSIS/Device/Maxim/MAX32690/Source/system_max32690.c @@ -134,6 +134,7 @@ __weak void PalSysInit(void) {} */ __weak void SystemInit(void) { + __NOP(); #ifdef DEBUG /* Delay to prevent bricks */ volatile int i;