Reordered F7 chip types

This commit is contained in:
Andrey Mironov 2018-09-09 13:36:46 +03:00
parent 501f4a1345
commit 600b854850
1 changed files with 1 additions and 1 deletions

View File

@ -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"