close controller

This commit is contained in:
HookedBehemoth 2020-02-21 13:42:52 +01:00
parent 168a9fc464
commit 67361ee17f

View File

@ -19,6 +19,7 @@ Result _fanInitialize(void) {
void _fanCleanup(void) {
serviceClose(&g_fanSrv);
serviceClose(&g_fanCtl);
}
Result _fanOpenController(void) {