Reordered F7 chip types
This commit is contained in:
parent
501f4a1345
commit
600b854850
|
@ -26,7 +26,7 @@
|
||||||
#pragma GCC poison sprintf snprintf
|
#pragma GCC poison sprintf snprintf
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(STM32F765xx) || defined(STM32F745xx) || defined(STM32F746xx) || defined(STM32F722xx)
|
#if defined(STM32F722xx) || defined(STM32F745xx) || defined(STM32F746xx) || defined(STM32F765xx)
|
||||||
#include "stm32f7xx.h"
|
#include "stm32f7xx.h"
|
||||||
#include "stm32f7xx_hal.h"
|
#include "stm32f7xx_hal.h"
|
||||||
#include "system_stm32f7xx.h"
|
#include "system_stm32f7xx.h"
|
||||||
|
|
Loading…
Reference in New Issue