1 parent afc5063 commit 076b804Copy full SHA for 076b804
2 files changed
cc3200/boards/LAUNCHXL/mpconfigboard.h
@@ -32,7 +32,7 @@
32
33
#define MICROPY_HW_ANTENNA_DIVERSITY (0)
34
35
-#define MICROPY_STDIO_UART 0
+#define MICROPY_STDIO_UART 1
36
#define MICROPY_STDIO_UART_BAUD 115200
37
38
#define MICROPY_SYS_LED_PRCM PRCM_GPIOA1
cc3200/boards/WIPY/mpconfigboard.h
@@ -32,6 +32,9 @@
#define MICROPY_HW_ANTENNA_DIVERSITY (1)
+#define MICROPY_STDIO_UART_BAUD 115200
+
#define MICROPY_SYS_LED_PRCM PRCM_GPIOA3
39
#define MICROPY_SAFE_BOOT_PRCM PRCM_GPIOA3
40
#define MICROPY_SYS_LED_PORT GPIOA3_BASE
0 commit comments