mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-03-30 17:05:52 +00:00
Merge pull request #451 from fdlamotte/wio-e5-dev_uart
wio-e5-sdk: adjust uart location
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user