move defaults to avoid conflict

This commit is contained in:
Lucian Copeland 2020-02-12 14:38:27 -05:00
parent b248486c3b
commit 6d91ed2156
1 changed files with 2 additions and 2 deletions

View File

@ -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 \