diff options
author | Joy Lee <chang.li@westberrytech.com> | 2022-05-23 13:57:24 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-23 15:57:24 +1000 |
commit | 1c7e8b9a9de0f379bad0823e3f0d1c8d9762ea6c (patch) | |
tree | c789242e9b7ee43f4c293f4296a2811085e546c5 /platforms/chibios/boards/GENERIC_WB32_F3G71XX | |
parent | 1182f5b4be6f6ed7ee7a86bd11ef2226a8b04f8e (diff) |
Added support for Wb32fq95 (#16871)
Diffstat (limited to 'platforms/chibios/boards/GENERIC_WB32_F3G71XX')
-rw-r--r-- | platforms/chibios/boards/GENERIC_WB32_F3G71XX/board/board.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/platforms/chibios/boards/GENERIC_WB32_F3G71XX/board/board.h b/platforms/chibios/boards/GENERIC_WB32_F3G71XX/board/board.h index 51dc84db94..bba1163698 100644 --- a/platforms/chibios/boards/GENERIC_WB32_F3G71XX/board/board.h +++ b/platforms/chibios/boards/GENERIC_WB32_F3G71XX/board/board.h @@ -34,7 +34,10 @@ /* * Board identifier. */ -#define WB32F3G71x9 +#if !(defined(WB32F3G71x9) || defined(WB32F3G71xB) || defined(WB32F3G71xC)) + #define WB32F3G71x9 +#endif + #if !defined(WB32F3G71xx) #define WB32F3G71xx #endif |