change rumbleStatus to BOOL

This commit is contained in:
Fangal-Airbag 2022-02-27 16:30:04 -05:00 committed by James
parent ebb886eb5a
commit b75d781df8

View File

@ -281,12 +281,10 @@ WPADRead(WPADChan chan,
/**
* Controls the associated WPADChan's rumble motor.
* Set rumbleStatus to 1 for rumble.
* Set rumbleStatus to 0 for no rumble.
*/
void
WPADControlMotor(WPADChan chan,
uint32_t rumbleStatus);
BOOL motorEnabled);
void
WPADSetAutoSleepTime(uint8_t time);