Add breakpoint in assert_halt

This commit is contained in:
Henrik Stickann 2022-05-02 13:05:11 +02:00
parent ebe0a04325
commit 868c6bd0d0

View File

@ -21,6 +21,7 @@ namespace sta
STA_WEAK
void assert_halt()
{
STA_BKPT();
while (true);
}
} // namespace sta