Skip to content

Commit 6d91ed2

Browse files
committed
move defaults to avoid conflict
1 parent b248486 commit 6d91ed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/stm32f4/mpconfigport.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
// 24kiB stack
3838
#define CIRCUITPY_DEFAULT_STACK_SIZE 0x6000
3939

40+
#include "py/circuitpy_mpconfig.h"
41+
4042
//Board flags:
4143
#ifndef BOARD_OVERWRITE_SWD
4244
#define BOARD_OVERWRITE_SWD (0)
@@ -51,8 +53,6 @@
5153
#define BOARD_USE_INTERNAL_SPI (0)
5254
#endif
5355

54-
#include "py/circuitpy_mpconfig.h"
55-
5656
#define MAX_UART 10 //how many UART are implemented
5757

5858
#define MICROPY_PORT_ROOT_POINTERS \

0 commit comments

Comments
 (0)