diff options
| author | Tom Overton <tom-overton@users.noreply.github.com> | 2023-05-13 18:27:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-14 11:27:31 +1000 |
| commit | 389a2bf33cffb43ddda59259f8114e2ff639acad (patch) | |
| tree | 3b7d35262b919cf293e3a85bfe852cf0877c4924 /src/boot_O2_g3 | |
| parent | 7bdbca10a559abe0368fb7dde32f79d03e3af881 (diff) | |
Document EnAob01 (doggy racetrack owner) and use macros for weekEventRegs in all dog racing files (#1234)
* Document EnAob01 (doggy racetrack owner) and use macros for weekEventRegs in all dog racing files
* Respond to first review
* Respond to anon's review
* Forgot a _FLAG_ on one of my flags
* Respond to anon's review
* Respond to engineer's review
* Delete extra period
* Undo the EVENTINF stuff I goofed up
* Update comment
* Fix bss
* Respond to engineer's review
Diffstat (limited to 'src/boot_O2_g3')
| -rw-r--r-- | src/boot_O2_g3/z_std_dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot_O2_g3/z_std_dma.c b/src/boot_O2_g3/z_std_dma.c index bbf8e4bed..00d894f74 100644 --- a/src/boot_O2_g3/z_std_dma.c +++ b/src/boot_O2_g3/z_std_dma.c @@ -1,3 +1,4 @@ +#include "prevent_bss_reordering.h" #include "global.h" #include "stack.h" #include "stackcheck.h" |
