diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-10-28 10:47:09 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-10-28 10:47:09 -0400 |
| commit | 1d7d9043c1743e9bd2a0d8da6192c0b2e1e521fb (patch) | |
| tree | 029aeacb00dd781a7d7125eedae120bfbe93bca7 | |
| parent | 358920db0e0bb44dd908664bb5696c81e6d3c000 (diff) | |
CXD56 is a better platform name
| -rw-r--r-- | ports/cxd56/mpconfigport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cxd56/mpconfigport.h b/ports/cxd56/mpconfigport.h index 791be746b..df87946b9 100644 --- a/ports/cxd56/mpconfigport.h +++ b/ports/cxd56/mpconfigport.h @@ -27,7 +27,7 @@ #ifndef __INCLUDED_MPCONFIGPORT_H #define __INCLUDED_MPCONFIGPORT_H -#define MICROPY_PY_SYS_PLATFORM "SPRESENSE" +#define MICROPY_PY_SYS_PLATFORM "CXD56" // 64kiB stack #define CIRCUITPY_DEFAULT_STACK_SIZE 0x10000 |
