mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
t/psvr: Use undef instead of comment for debug define [NFC]
This commit is contained in:
parent
517b8726fd
commit
74fed516e3
|
@ -106,8 +106,9 @@ DEBUG_GET_ONCE_LOG_OPTION(psvr_log, "PSVR_TRACKING_LOG", U_LOGGING_WARN)
|
|||
// uncomment this to dump comprehensive optical and imu data to
|
||||
// /tmp/psvr_dump.txt
|
||||
|
||||
//#define PSVR_DUMP_FOR_OFFLINE_ANALYSIS
|
||||
//#define PSVR_DUMP_IMU_FOR_OFFLINE_ANALYSIS
|
||||
// Debug define(s), always off.
|
||||
#undef PSVR_DUMP_FOR_OFFLINE_ANALYSIS
|
||||
#undef PSVR_DUMP_IMU_FOR_OFFLINE_ANALYSIS
|
||||
|
||||
using namespace xrt::auxiliary::tracking;
|
||||
|
||||
|
|
Loading…
Reference in a new issue