diff options
| author | Rozelette <Rozelette@users.noreply.github.com> | 2022-05-21 11:08:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-21 12:08:19 -0400 |
| commit | e67fb5cf16416248048fe331b4b4162e58794c0b (patch) | |
| tree | cad407255d16cb3fbc001e106d6eb780d4e486af /src/boot_O2_g3 | |
| parent | 0ccd71c2da5c078878b6428e40952ab221ff8ead (diff) | |
code_801323D0 (z_schedule) (#509)
* OK
* Initial documentation pass
* Pass 2. Add script by Tharo
* Renamed source file
* Documentation cleanup
* Update to latest master
* Feedback
* Bad merge
* Permissions
* Clang format
* Feedback
* format
* Use calculation instead of constant
* Rename as per suggestions
* Fix bss ordering and minor merge conflicts (from Maide)
* Update to current codebase and address feedback
* Fixup names to match new enums
* Format
* Fix duplicate include
* BSS shenanigans
Diffstat (limited to 'src/boot_O2_g3')
| -rw-r--r-- | src/boot_O2_g3/idle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot_O2_g3/idle.c b/src/boot_O2_g3/idle.c index 942435fa7..da93f13fd 100644 --- a/src/boot_O2_g3/idle.c +++ b/src/boot_O2_g3/idle.c @@ -1,3 +1,4 @@ +#include "prevent_bss_reordering.h" #include "global.h" u8 D_80096B20 = 1; |
