mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 02:22:15 +02:00
fan: rearrange serviceClose
This commit is contained in:
parent
6be3b60f6e
commit
d1c9e94e23
@ -18,8 +18,8 @@ Result _fanInitialize(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void _fanCleanup(void) {
|
void _fanCleanup(void) {
|
||||||
serviceClose(&g_fanSrv);
|
|
||||||
serviceClose(&g_fanCtl);
|
serviceClose(&g_fanCtl);
|
||||||
|
serviceClose(&g_fanSrv);
|
||||||
}
|
}
|
||||||
|
|
||||||
Result _fanOpenController(void) {
|
Result _fanOpenController(void) {
|
||||||
|
Loading…
Reference in New Issue
Block a user