Added support for Wb32fq95 (#16871)

This commit is contained in:
Joy Lee 2022-05-23 13:57:24 +08:00 committed by GitHub
parent 1182f5b4be
commit 1c7e8b9a9d
Failed to generate hash of commit
15 changed files with 411 additions and 8 deletions

View file

@ -18,7 +18,7 @@
#include "quantum.h"
#if defined(WB32F3G71xx)
#if defined(WB32F3G71xx) || defined(WB32FQ95xx)
static SerialConfig serialConfig = {SERIAL_DEFAULT_BITRATE, SD1_WRDLEN, SD1_STPBIT, SD1_PARITY, SD1_ATFLCT};
#else
static SerialConfig serialConfig = {SERIAL_DEFAULT_BITRATE, SD1_CR1, SD1_CR2, SD1_CR3};