d/vive: Use undef instead of comment for debug define [NFC]

This commit is contained in:
Jakob Bornecrantz 2023-09-01 19:50:18 +01:00
parent 74fed516e3
commit 87ec56ca17

View file

@ -102,6 +102,9 @@ enum vive_controller_input_index
#define DEFAULT_HAPTIC_FREQ 150.0f
#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);
}
//#define WATCHMAN2_PRINT_HID
/*
* Handles battery, imu, trigger, buttons, trackpad.
* Then hands off to vive_controller_handle_lighthousev1().