From 236426f0ff4ca40473ea6f9c2dc8fc8af17468c7 Mon Sep 17 00:00:00 2001 From: Mateusz Myalski Date: Mon, 7 Oct 2024 18:17:28 +0200 Subject: [PATCH] Added minimal memory map --- 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 2c9b86d5..00a82417 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 FLASH_MEM_INTERFACE_BASE (PERIPH_BASE_AHB1 + 0x02000) +#define (PERIPH_BASE_AHB1 + 0x02000) #define CRC_BASE (PERIPH_BASE_AHB1 + 0x03000) #define TSC_BASE (PERIPH_BASE_AHB1 + 0x03000)