From 600b85485030f8910635956e601fd29df5a15e21 Mon Sep 17 00:00:00 2001 From: Andrey Mironov Date: Sun, 9 Sep 2018 13:36:46 +0300 Subject: [PATCH] Reordered F7 chip types --- src/main/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/platform.h b/src/main/platform.h index c5a91adb5..d297a8a15 100644 --- a/src/main/platform.h +++ b/src/main/platform.h @@ -26,7 +26,7 @@ #pragma GCC poison sprintf snprintf #endif -#if defined(STM32F765xx) || defined(STM32F745xx) || defined(STM32F746xx) || defined(STM32F722xx) +#if defined(STM32F722xx) || defined(STM32F745xx) || defined(STM32F746xx) || defined(STM32F765xx) #include "stm32f7xx.h" #include "stm32f7xx_hal.h" #include "system_stm32f7xx.h"