Fixed a minor bug.

This commit is contained in:
wb-joy 2022-03-22 17:19:31 +08:00
parent 9905169cfe
commit 74fce1d693
1 changed files with 3 additions and 3 deletions

View File

@ -34,9 +34,9 @@
/*
* Board identifier.
*/
#define WB32F3G71x9
#if !defined(WB32F3G71xx)
#define WB32F3G71xx
#define WB32FQ95xC
#if !defined(WB32FQ95xx)
#define WB32FQ95xx
#endif
/*===========================================================================*/