diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2022-09-29 08:57:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-29 09:57:44 -0300 |
| commit | 8f2fe9b3c703418e6b4a3a420b9a026f1ef94210 (patch) | |
| tree | dbfa6df8b883d62403ce2f48c93219e890beabcc /src/boot_O2_g3 | |
| parent | 084bafcfccd6acdf2e0a48a4b298b9a9091cab04 (diff) | |
`z_parameter`: Timers (#1031)
* import timers from parameter branch
* more cleanup
* small namechange
* improved docs
* more cleanup
* one more namechange
* another small cleanup...
* fix destroy
* plurals
* revert graphic function names
* PR suggestions, better docs
* revert namechange, better postman timer name
* oops
* fix merge
* fix merge
* fix bss
* PR Suggestions
Diffstat (limited to 'src/boot_O2_g3')
| -rw-r--r-- | src/boot_O2_g3/idle.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/boot_O2_g3/idle.c b/src/boot_O2_g3/idle.c index da93f13fd..942435fa7 100644 --- a/src/boot_O2_g3/idle.c +++ b/src/boot_O2_g3/idle.c @@ -1,4 +1,3 @@ -#include "prevent_bss_reordering.h" #include "global.h" u8 D_80096B20 = 1; |
