Skip to content

Commit

Permalink
remove breakpoints (handled by Hackiebox.c crashed handler)
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Apr 29, 2022
1 parent 8891656 commit d719b70
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cores/cc3200/startup_gcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ NmiSR(void)
//
// Enter an infinite loop.
//
__asm__ volatile("bkpt");
while(1)
{
}
Expand All @@ -342,7 +341,6 @@ FaultISR(void)
//
// Enter an infinite loop.
//
__asm__ volatile("bkpt");
while(1)
{
}
Expand All @@ -365,7 +363,6 @@ BusFaultHandler(void)
//
// Go into an infinite loop.
//
__asm__ volatile("bkpt");
while(1)
{
}
Expand All @@ -387,7 +384,6 @@ IntDefaultHandler(void)
//
// Go into an infinite loop.
//
__asm__ volatile("bkpt");
while(1)
{
}
Expand Down

0 comments on commit d719b70

Please sign in to comment.