mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
wio-e5-sdk: adjust uart location
This commit is contained in:
parent
fe0234d208
commit
408ed549a8
2 changed files with 2 additions and 5 deletions
|
|
@ -7,6 +7,8 @@ build_flags = ${stm32_base.build_flags}
|
|||
-D WRAPPER_CLASS=CustomSTM32WLxWrapper
|
||||
-D SPI_INTERFACES_COUNT=0
|
||||
-D RX_BOOSTED_GAIN=true
|
||||
-D PIN_SERIAL_RX=PB7
|
||||
-D PIN_SERIAL_TX=PB6
|
||||
-I variants/wio-e5-dev
|
||||
build_src_filter = ${stm32_base.build_src_filter}
|
||||
+<../variants/wio-e5-dev>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
// UART Definitions
|
||||
// #ifndef SERIAL_UART_INSTANCE
|
||||
// #define SERIAL_UART_INSTANCE 101
|
||||
// #endif
|
||||
|
||||
#include <variant_generic.h>
|
||||
|
||||
#undef RNG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue