project changes

This commit is contained in:
2022-02-20 19:39:36 -06:00
parent debbd37501
commit 76f65fd1e9
5 changed files with 69 additions and 39 deletions

View File

@@ -1 +0,0 @@
/Debug/

View File

@@ -73,4 +73,4 @@ void PendSV_Handler(void) {
stack_pointer = tasks[current_task].stack_pointer;
asm volatile("pop {r4-r11,lr}\n\t"
"bx lr");
}
}