diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-05-19 12:53:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-19 12:53:23 -0700 |
| commit | 916ca9f8a635d20c299326a955d4ca51dae055e1 (patch) | |
| tree | ea5eebd3cb0e014830bc7bc8784dee0aa09459b9 /supervisor/shared/stack.h | |
| parent | bdc5a6b7c08ee98541a536c234eedddb006af296 (diff) | |
| parent | acf4b1bedeabe18a7b4b969e7156217ae6bde10a (diff) | |
Merge pull request #2910 from tannewt/esp32s2
Add initial ESP32S2 support
Diffstat (limited to 'supervisor/shared/stack.h')
| -rwxr-xr-x | supervisor/shared/stack.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/supervisor/shared/stack.h b/supervisor/shared/stack.h index 1fb43be57..7096f0b3e 100755 --- a/supervisor/shared/stack.h +++ b/supervisor/shared/stack.h @@ -43,6 +43,8 @@ bool stack_ok(void); // exception when the stack has likely overwritten a portion of the heap. void assert_heap_ok(void); +#ifndef STACK_CANARY_VALUE #define STACK_CANARY_VALUE 0x017829ef +#endif #endif // MICROPY_INCLUDED_SUPERVISOR_STACK_H |
