1
0
Fork 0
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:
TuxSH 2020-01-10 02:03:06 +00:00
parent a6d191bf4b
commit 018260645a

View file

@ -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;