From 1800889bc765fc0a6b81b997a769fabe354b01a0 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Tue, 24 Apr 2018 21:00:16 -0400 Subject: Get rid of disambiguator-specifc stuff in the objects. --- src/survive_driver_dummy.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/survive_driver_dummy.c') 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; -- cgit v1.2.3