From 3324dd4069fe8ea8371dfd0559058edcecdd0f41 Mon Sep 17 00:00:00 2001 From: Mateusz Myalski Date: Mon, 7 Oct 2024 18:25:15 +0200 Subject: [PATCH] Revert invalid change in gd32 --- include/libopencm3/gd32/f1x0/memorymap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libopencm3/gd32/f1x0/memorymap.h b/include/libopencm3/gd32/f1x0/memorymap.h index 00a82417..2c9b86d5 100644 --- a/include/libopencm3/gd32/f1x0/memorymap.h +++ b/include/libopencm3/gd32/f1x0/memorymap.h @@ -84,7 +84,7 @@ #define RCC_BASE (PERIPH_BASE_AHB1 + 0x01000) -#define (PERIPH_BASE_AHB1 + 0x02000) +#define FLASH_MEM_INTERFACE_BASE (PERIPH_BASE_AHB1 + 0x02000) #define CRC_BASE (PERIPH_BASE_AHB1 + 0x03000) #define TSC_BASE (PERIPH_BASE_AHB1 + 0x03000)