Compare commits

...

1 Commits

Author SHA1 Message Date
60dab2ade1 add STM32H753xx compatibility 2025-07-08 22:44:00 +02:00

View File

@ -7,7 +7,7 @@
defined(STM32F302xC) defined(STM32F302xC)
#define STM32F3 #define STM32F3
#endif #endif
#if defined(STM32H7A3xx) || defined(STM32H723xx) #if defined(STM32H7A3xx) || defined(STM32H723xx) || defined(STM32H753xx)
#define STM32H7 #define STM32H7
#endif #endif
#if defined(STM32F042x6) #if defined(STM32F042x6)