fusee: Fix register definition.
This commit is contained in:
@@ -6,6 +6,6 @@
|
|||||||
#define SYSCTR0_BASE 0x7000F000
|
#define SYSCTR0_BASE 0x7000F000
|
||||||
#define MAKE_SYSCTR0_REG(n) MAKE_REG32(SYSCTR0_BASE + n)
|
#define MAKE_SYSCTR0_REG(n) MAKE_REG32(SYSCTR0_BASE + n)
|
||||||
|
|
||||||
#define SYSCTR0_CNTFID0_0 MAKE_SYSCTR0_REG(0x00)
|
#define SYSCTR0_CNTFID0_0 MAKE_SYSCTR0_REG(0x20)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user