mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-12-23 04:41:12 +00:00
thermosphere: fix pl101 uart reg definitions
This commit is contained in:
parent
edb942a032
commit
57548e67fb
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ typedef struct PL011UartRegisters {
|
|||
u32 SR;
|
||||
u32 ECR;
|
||||
};
|
||||
u32 _0x08, _0x0C, _0x10;
|
||||
u32 _0x08, _0x0C, _0x10, _0x14;
|
||||
u32 FR;
|
||||
u32 _0x1C;
|
||||
u32 ILPR;
|
||||
|
|
Loading…
Reference in a new issue