[iQue] Fix osMotorInit (#2425)

This commit is contained in:
cadmic
2025-01-15 13:27:16 -08:00
committed by GitHub
parent 2b9b7a40b0
commit 4a205b9d4c
+1 -1
View File
@@ -133,6 +133,6 @@ s32 osMotorInit(OSMesgQueue* ctrlrqueue, OSPfs* pfs, s32 channel) {
pfs->status = PFS_MOTOR_INITIALIZED;
return 0; // "Recognized rumble pak"
#else
return PFS_ERR_INVALID;
return PFS_ERR_DEVICE;
#endif
}