Skip to content

Commit

Permalink
added nop to beginning of SystemInit
Browse files Browse the repository at this point in the history
  • Loading branch information
EricB-ADI committed Sep 13, 2024
1 parent 249bdf2 commit dae1ff5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ __weak void PalSysInit(void) {}
*/
__weak void SystemInit(void)
{
__NOP();
#ifdef DEBUG
/* Delay to prevent bricks */
volatile int i;
Expand Down

0 comments on commit dae1ff5

Please sign in to comment.