mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-01-18 15:21:34 +00:00
thermosphere: fix pl101 uart reg definitions
This commit is contained in:
parent
a6d191bf4b
commit
018260645a
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ typedef struct PL011UartRegisters {
|
||||||
u32 SR;
|
u32 SR;
|
||||||
u32 ECR;
|
u32 ECR;
|
||||||
};
|
};
|
||||||
u32 _0x08, _0x0C, _0x10;
|
u32 _0x08, _0x0C, _0x10, _0x14;
|
||||||
u32 FR;
|
u32 FR;
|
||||||
u32 _0x1C;
|
u32 _0x1C;
|
||||||
u32 ILPR;
|
u32 ILPR;
|
||||||
|
|
Loading…
Reference in a new issue