Skip to content

Commit 408ed54

Browse files
committed
wio-e5-sdk: adjust uart location
1 parent fe0234d commit 408ed54

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

variants/wio-e5-dev/platformio.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ build_flags = ${stm32_base.build_flags}
77
-D WRAPPER_CLASS=CustomSTM32WLxWrapper
88
-D SPI_INTERFACES_COUNT=0
99
-D RX_BOOSTED_GAIN=true
10+
-D PIN_SERIAL_RX=PB7
11+
-D PIN_SERIAL_TX=PB6
1012
-I variants/wio-e5-dev
1113
build_src_filter = ${stm32_base.build_src_filter}
1214
+<../variants/wio-e5-dev>

variants/wio-e5-dev/variant.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
#pragma once
22

3-
// UART Definitions
4-
// #ifndef SERIAL_UART_INSTANCE
5-
// #define SERIAL_UART_INSTANCE 101
6-
// #endif
7-
83
#include <variant_generic.h>
94

105
#undef RNG

0 commit comments

Comments
 (0)