This commit is contained in:
2024-10-02 14:15:57 +02:00
parent a3bbffcfd9
commit 8b2d35594d
5 changed files with 57 additions and 25 deletions

View File

@ -3,6 +3,8 @@
#include <stdint.h>
__attribute__((noreturn)) void exception_handler(void);
void exception_handler(void)
{
int8_t index = -1;