8000 CXD56 is a better platform name · tannewt/circuitpython@1d7d904 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d7d904

Browse files
committed
CXD56 is a better platform name
1 parent 358920d commit 1d7d904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/cxd56/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#ifndef __INCLUDED_MPCONFIGPORT_H
2828
#define __INCLUDED_MPCONFIGPORT_H
2929

30-
#define MICROPY_PY_SYS_PLATFORM "SPRESENSE"
30+
#define MICROPY_PY_SYS_PLATFORM "CXD56"
3131

3232
// 64kiB stack
3333
#define CIRCUITPY_DEFAULT_STACK_SIZE 0x10000

0 commit comments

Comments
 (0)
0