summaryrefslogtreecommitdiff
path: root/src/code/main.c
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2023-04-18 17:50:34 -0400
committerGitHub <noreply@github.com>2023-04-18 17:50:34 -0400
commit4647ebb91b9646d92d85929814815e48fa6e44ac (patch)
tree8735fcae56bde31af7cb818cb9a6266b2a25e1ca /src/code/main.c
parent823746d49530318331f29af92fa924a15f2482a1 (diff)
`stackcheck.h` (#1204)
* stackcheck.h * warning * Update src/boot_O2/stackcheck.c Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Update src/boot_O2/stackcheck.c Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Update src/boot_O2/stackcheck.c Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * stack * format * bss * review * review --------- Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
Diffstat (limited to 'src/code/main.c')
-rw-r--r--src/code/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/main.c b/src/code/main.c
index c4a80f1ea..7fbb5ba39 100644
--- a/src/code/main.c
+++ b/src/code/main.c
@@ -7,6 +7,7 @@
#include "global.h"
#include "buffers.h"
#include "stack.h"
+#include "stackcheck.h"
extern OSMesgQueue sSiIntMsgQ;
extern OSMesg sSiIntMsgBuf[1];