aboutsummaryrefslogtreecommitdiffstats
path: root/src/can/can-bus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/can/can-bus.cpp')
-rw-r--r--src/can/can-bus.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/can/can-bus.cpp b/src/can/can-bus.cpp
index c08d1e85..31cb4b08 100644
--- a/src/can/can-bus.cpp
+++ b/src/can/can-bus.cpp
@@ -73,7 +73,6 @@ int can_bus_t::process_can_signals(can_message_t& can_message)
/* First we have to found which can_signal_t it is */
search_key = build_DynamicField((double)can_message.get_id());
- signals.clear();
configuration_t::instance().find_can_signals(search_key, signals);
/* Decoding the message ! Don't kill the messenger ! */