Merge pull request #926 from JelmerT/bugfix-cc2538-IVCTRL
[cc2538] Corrected ANA_REGS_IVCTRL register address value.
This commit is contained in:
commit
2750e43158
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
* \name ANA_REGS register offsets
|
||||
* @{
|
||||
*/
|
||||
#define ANA_REGS_IVCTRL 0x00000004
|
||||
#define ANA_REGS_IVCTRL 0x400D6004
|
||||
/** @} */
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue