fan: rearrange serviceClose

This commit is contained in:
HookedBehemoth 2020-02-23 16:14:52 +01:00
parent 6be3b60f6e
commit d1c9e94e23

View File

@ -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) {