1
0
Fork 0

Workaround for uart makefile issues (#23192)

This commit is contained in:
Joel Challis 2024-03-02 18:20:18 +00:00 committed by GitHub
parent 21276de7d5
commit 092ef661af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 12 deletions

View file

@ -108,6 +108,11 @@
# if defined(STM32F1XX) || defined(STM32F2XX) || defined(STM32F4XX) || defined(STM32L1XX)
# define USE_I2CV1
# endif
# if defined(STM32G0XX) || defined(STM32G4XX) || defined(STM32L5XX) || defined(STM32H7XX)
# define USE_USARTV3
# endif
#endif
// GD32 compatibility