add STM32H753xx compatibility
This commit is contained in:
parent
887f92167d
commit
60dab2ade1
@ -7,7 +7,7 @@
|
||||
defined(STM32F302xC)
|
||||
#define STM32F3
|
||||
#endif
|
||||
#if defined(STM32H7A3xx) || defined(STM32H723xx)
|
||||
#if defined(STM32H7A3xx) || defined(STM32H723xx) || defined(STM32H753xx)
|
||||
#define STM32H7
|
||||
#endif
|
||||
#if defined(STM32F042x6)
|
||||
|
Loading…
x
Reference in New Issue
Block a user