aboutsummaryrefslogtreecommitdiffstats
path: root/src/obd2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/obd2.cpp')
-rw-r--r--src/obd2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/obd2.cpp b/src/obd2.cpp
index ae2db98a..3563928c 100644
--- a/src/obd2.cpp
+++ b/src/obd2.cpp
@@ -28,9 +28,9 @@ void shims_timer()
/*
* Will scan for supported Obd2 pids
*/
-obd2_handler_c::obd2_handler_c(afb_binding_interface *itf, CanBus_c cb)
+obd2_handler_c::obd2_handler_c(afb_binding_interface *itf, can_bus_t cb)
{
- CanBus_c can_bus = cb;
+ can_bus_t can_bus = cb;
DiagnosticShims shims = diagnostic_init_shims(shims_logger, can_bus.send_can_message, NULL);
int n_pids, i;