From 5cc37ffd322f4b699eaa488dd467741ef2bab054 Mon Sep 17 00:00:00 2001 From: Dave Flogeras Date: Thu, 14 Dec 2017 16:25:15 -0400 Subject: Add STM32F769 to FSMCv1 sdram driver --- os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc.h') diff --git a/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc.h b/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc.h index 51b9428..2bc267f 100644 --- a/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc.h +++ b/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc.h @@ -36,7 +36,7 @@ */ #if (defined(STM32F427xx) || defined(STM32F437xx) || \ defined(STM32F429xx) || defined(STM32F439xx) || \ - defined(STM32F7)) + defined(STM32F769xx)) #if !defined(FSMC_Bank1_R_BASE) #define FSMC_Bank1_R_BASE (FMC_R_BASE + 0x0000) #endif -- cgit v1.2.3