fix: isr.s not compiling because of movb instruction instead of mov
This commit is contained in:
@ -3,8 +3,6 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
__attribute__((noreturn)) void exception_handler(void);
|
||||
|
||||
void exception_handler(void)
|
||||
{
|
||||
int8_t index = -1;
|
||||
|
||||
Reference in New Issue
Block a user