mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-19 21:28:50 +00:00
d/vive: Use undef instead of comment for debug define [NFC]
This commit is contained in:
parent
74fed516e3
commit
87ec56ca17
|
@ -102,6 +102,9 @@ enum vive_controller_input_index
|
||||||
#define DEFAULT_HAPTIC_FREQ 150.0f
|
#define DEFAULT_HAPTIC_FREQ 150.0f
|
||||||
#define MIN_HAPTIC_DURATION 0.05f
|
#define MIN_HAPTIC_DURATION 0.05f
|
||||||
|
|
||||||
|
// Debug define(s), always off.
|
||||||
|
#undef WATCHMAN2_PRINT_HID
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
|
@ -744,8 +747,6 @@ vive_controller_decode_watchmanv1(struct vive_controller_device *d, struct vive_
|
||||||
vive_controller_handle_lighthousev1(d, buf, end - buf);
|
vive_controller_handle_lighthousev1(d, buf, end - buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
//#define WATCHMAN2_PRINT_HID
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Handles battery, imu, trigger, buttons, trackpad.
|
* Handles battery, imu, trigger, buttons, trackpad.
|
||||||
* Then hands off to vive_controller_handle_lighthousev1().
|
* Then hands off to vive_controller_handle_lighthousev1().
|
||||||
|
|
Loading…
Reference in a new issue