mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
Fix latest commit not building
This commit is contained in:
parent
a28924fa10
commit
ce891c990f
1 changed files with 1 additions and 1 deletions
|
@ -1075,7 +1075,7 @@ static int pinmux_update_pad(u64 pinmux_base_vaddr, unsigned int pinmux_idx, uns
|
|||
return pinmux_val;
|
||||
}
|
||||
|
||||
static const std::tuple<u32, u32, u32> g_drivepad_map[] = {
|
||||
static const std::tuple<u32, u32> g_drivepad_map[] = {
|
||||
{0x000008E4, 0x01F1F000}, /* AlsProxInt */
|
||||
{0x000008E8, 0x01F1F000}, /* ApReady */
|
||||
{0x000008EC, 0x01F1F000}, /* ApWakeBt */
|
||||
|
|
Loading…
Reference in a new issue