mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-13 03:28:48 +00:00
thermosphere: fix irq buffer overflow
This commit is contained in:
parent
6457dce5b1
commit
2915aed461
1 changed files with 1 additions and 0 deletions
|
@ -243,6 +243,7 @@ void transportInterfaceIrqHandlerBottomHalf(TransportInterface *iface)
|
||||||
iface->processDataCallback(iface, iface->ctx, sz);
|
iface->processDataCallback(iface, iface->ctx, sz);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
maskIrq(); // Avoid stack overflow, as the line will be asserted once more
|
||||||
transportInterfaceRelease(iface);
|
transportInterfaceRelease(iface);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue