From b088326b5e319a76e02fde0f65ed2b89c98cabf1 Mon Sep 17 00:00:00 2001 From: Jelmer Tiete Date: Fri, 19 Dec 2014 04:14:34 -0500 Subject: [PATCH] Corrected the register offset value of ANA_REGS_IVCTRL. TI was using the address offset instead of the physical address in their header file. --- cpu/cc2538/dev/ana-regs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/cc2538/dev/ana-regs.h b/cpu/cc2538/dev/ana-regs.h index 1fb8496fa..e8f84a46a 100644 --- a/cpu/cc2538/dev/ana-regs.h +++ b/cpu/cc2538/dev/ana-regs.h @@ -43,7 +43,7 @@ * \name ANA_REGS register offsets * @{ */ -#define ANA_REGS_IVCTRL 0x00000004 +#define ANA_REGS_IVCTRL 0x400D6004 /** @} */ /*---------------------------------------------------------------------------*/ /**