preliminary interrupts. looks like it is entering the isr but isn't
leaving correctly.
This commit is contained in:
parent
28c1ed2105
commit
09b15558a1
15 changed files with 89 additions and 26 deletions
|
@ -77,6 +77,9 @@ void toggle_led(void) {
|
|||
}
|
||||
}
|
||||
|
||||
#include "isr.h"
|
||||
no_isrs();
|
||||
|
||||
__attribute__ ((section ("startup")))
|
||||
void main(void) {
|
||||
uint8_t c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue