move defaults to avoid conflict
This commit is contained in:
parent
b248486c3b
commit
6d91ed2156
|
@ -37,6 +37,8 @@
|
||||||
// 24kiB stack
|
// 24kiB stack
|
||||||
#define CIRCUITPY_DEFAULT_STACK_SIZE 0x6000
|
#define CIRCUITPY_DEFAULT_STACK_SIZE 0x6000
|
||||||
|
|
||||||
|
#include "py/circuitpy_mpconfig.h"
|
||||||
|
|
||||||
//Board flags:
|
//Board flags:
|
||||||
#ifndef BOARD_OVERWRITE_SWD
|
#ifndef BOARD_OVERWRITE_SWD
|
||||||
#define BOARD_OVERWRITE_SWD (0)
|
#define BOARD_OVERWRITE_SWD (0)
|
||||||
|
@ -51,8 +53,6 @@
|
||||||
#define BOARD_USE_INTERNAL_SPI (0)
|
#define BOARD_USE_INTERNAL_SPI (0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "py/circuitpy_mpconfig.h"
|
|
||||||
|
|
||||||
#define MAX_UART 10 //how many UART are implemented
|
#define MAX_UART 10 //how many UART are implemented
|
||||||
|
|
||||||
#define MICROPY_PORT_ROOT_POINTERS \
|
#define MICROPY_PORT_ROOT_POINTERS \
|
||||||
|
|
Loading…
Reference in New Issue