From ed9037e376d51e494cf123870c80256fa8aceb82 Mon Sep 17 00:00:00 2001 From: clickcheck Date: Tue, 22 Feb 2022 09:48:12 +0000 Subject: [PATCH] =?UTF-8?q?update=20libcpu/mips/gs232/gs232.h:=20=E6=9B=B4?= =?UTF-8?q?=E6=AD=A3=E4=BA=86=E7=9C=8B=E9=97=A8=E7=8B=97=E7=9A=84=E5=AF=84?= =?UTF-8?q?=E5=AD=98=E5=99=A8=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libcpu/mips/gs232/gs232.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcpu/mips/gs232/gs232.h b/libcpu/mips/gs232/gs232.h index cbc660c874..897a4e5f7e 100644 --- a/libcpu/mips/gs232/gs232.h +++ b/libcpu/mips/gs232/gs232.h @@ -51,8 +51,8 @@ /* Watch Dog registers */ #define WDT_EN HWREG32(WDT_BASE + 0x00) -#define WDT_SET HWREG32(WDT_BASE + 0x04) -#define WDT_TIMER HWREG32(WDT_BASE + 0x08) +#define WDT_SET HWREG32(WDT_BASE + 0x08) +#define WDT_TIMER HWREG32(WDT_BASE + 0x04) #define PLL_FREQ HWREG32(0xbfe78030) #define PLL_DIV_PARAM HWREG32(0xbfe78034)