mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 06:01:52 +00:00
fusee: Fix register definition.
This commit is contained in:
parent
8edec43be2
commit
43bde3fcc9
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@
|
|||
#define SYSCTR0_BASE 0x7000F000
|
||||
#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
|
||||
|
|
Loading…
Reference in a new issue