diff --git a/libcpu/mips/gs232/gs232.h b/libcpu/mips/gs232/gs232.h index cbc660c8748cf9e22c0eb787f7df1c9277c83e6e..897a4e5f7e26d382585436f920a5be9265bc0e24 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)