Fix build

This commit is contained in:
Cameron Gutman
2023-06-11 19:46:13 -05:00
parent ce98d4fb2f
commit cd35abbae7

View File

@@ -38,7 +38,7 @@ static void fakeClRumble(unsigned short controllerNumber, unsigned short lowFreq
static void fakeClConnectionStatusUpdate(int connectionStatus) {}
static void fakeClSetHdrMode(bool enabled) {}
static void fakeClRumbleTriggers(uint16_t controllerNumber, uint16_t leftTriggerMotor, uint16_t rightTriggerMotor) {}
static void fakeClSetMotionEventState(uint16_t controllerNumber, uint8_t motionType, uint16_t reportRateHz);
static void fakeClSetMotionEventState(uint16_t controllerNumber, uint8_t motionType, uint16_t reportRateHz) {}
static CONNECTION_LISTENER_CALLBACKS fakeClCallbacks = {
.stageStarting = fakeClStageStarting,