fan: set out->in

This commit is contained in:
HookedBehemoth 2020-02-21 13:59:00 +01:00
parent fbdb73abd9
commit 6e650383c2

View File

@ -39,7 +39,7 @@ Service* fanGetServiceSession_Controller(void) {
} }
Result fanSetRotationSpeedLevel(float level) { Result fanSetRotationSpeedLevel(float level) {
return serviceDispatchOut(&g_fanCtl, 0, level); return serviceDispatchIn(&g_fanCtl, 0, level);
} }
Result fanGetRotationSpeedLevel(float *level) { Result fanGetRotationSpeedLevel(float *level) {