diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-18 01:12:07 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-18 01:12:07 -0600 |
commit | 05ce08877ff420ca9fc77599dd947ff610d02cb0 (patch) | |
tree | 52ee0fbcd5ada2bb4725fce5c57f29863e17f7c9 /cfg_limits.h | |
parent | 52eb34af7be585c411a9a9ab39f0bea1d19e7d32 (diff) |
fixes
Diffstat (limited to 'cfg_limits.h')
-rw-r--r-- | cfg_limits.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg_limits.h b/cfg_limits.h index f6ebaf0..40df3e0 100644 --- a/cfg_limits.h +++ b/cfg_limits.h @@ -10,4 +10,6 @@ #define COROUTINE_NUM 5 #define COROUTINE_STACK_SIZE 0x100000 /* 1MiB */ +#define DEBUG 1 + #endif /* _CFG_LIMITS_H_ */ |