Use linear buffer for GD32VF103

As the peripheral is the same as on the STM32F1 and STM32F4 lines we do the same.
This commit is contained in:
Stefan Kerkmann 2021-08-07 12:06:54 +02:00
parent 4cebde65ec
commit 8b78067cc1
1 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,8 @@
(CFG_TUSB_MCU == OPT_MCU_STM32L4 && defined(STM32L4_SYNOPSYS)) || \
CFG_TUSB_MCU == OPT_MCU_RX63X || \
CFG_TUSB_MCU == OPT_MCU_RX65X || \
CFG_TUSB_MCU == OPT_MCU_RX72N
CFG_TUSB_MCU == OPT_MCU_RX72N || \
CFG_TUSB_MCU == OPT_MCU_GD32VF103
#define USE_LINEAR_BUFFER 0
#else
#define USE_LINEAR_BUFFER 1