From d783126f554e59268cb4fcef31d70dea62f11ab3 Mon Sep 17 00:00:00 2001 From: Stefan Kerkmann Date: Tue, 6 Apr 2021 12:42:07 +0200 Subject: [PATCH] Remove duplicate defines --- os/hal/ports/GD/GD32VF103/gd32vf103.h | 1 - 1 file changed, 1 deletion(-) diff --git a/os/hal/ports/GD/GD32VF103/gd32vf103.h b/os/hal/ports/GD/GD32VF103/gd32vf103.h index f08513c1..696f49ae 100644 --- a/os/hal/ports/GD/GD32VF103/gd32vf103.h +++ b/os/hal/ports/GD/GD32VF103/gd32vf103.h @@ -486,7 +486,6 @@ typedef struct #define TIM5_BASE (APB1PERIPH_BASE + 0x00001000U) #define TIM6_BASE (APB1PERIPH_BASE + 0x00001400U) #define WWDG_BASE (APB1PERIPH_BASE + 0x00002C00U) -#define FWDGT_BASE (APB1PERIPH_BASE + 0x00003000U) #define SPI1_BASE (APB1PERIPH_BASE + 0x00003800U) #define SPI2_BASE (APB1PERIPH_BASE + 0x00003C00U) #define USART1_BASE (APB1PERIPH_BASE + 0x00004400U)