aboutsummaryrefslogtreecommitdiff
path: root/src/survive_driver_dummy.c
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2018-04-24 21:00:16 -0400
committercnlohr <lohr85@gmail.com>2018-04-24 21:00:16 -0400
commit1800889bc765fc0a6b81b997a769fabe354b01a0 (patch)
tree9e30d91309f4daee07cf709eb706bb62b43f37a3 /src/survive_driver_dummy.c
parenta5ab35527062617c21fdcd31305d1e0b8ed1d267 (diff)
downloadlibsurvive-1800889bc765fc0a6b81b997a769fabe354b01a0.tar.gz
libsurvive-1800889bc765fc0a6b81b997a769fabe354b01a0.tar.bz2
Get rid of disambiguator-specifc stuff in the objects.
Diffstat (limited to 'src/survive_driver_dummy.c')
-rw-r--r--src/survive_driver_dummy.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/survive_driver_dummy.c b/src/survive_driver_dummy.c
index d940d21..ae3dd30 100644
--- a/src/survive_driver_dummy.c
+++ b/src/survive_driver_dummy.c
@@ -70,13 +70,6 @@ int DriverRegDummy(SurviveContext *ctx)
memcpy(device->drivername, "DUM", 4);
device->timebase_hz = 48000000;
- device->pulsedist_max_ticks = 500000;
- device->pulselength_min_sync = 2200;
- device->pulse_in_clear_time = 35000;
- device->pulse_max_for_sweep = 1800;
- device->pulse_synctime_offset = 20000;
- device->pulse_synctime_slack = 5000;
- device->timecenter_ticks = device->timebase_hz / 240;
device->imu_freq = 1000.0f;
device->haptic = dummy_haptic;