summaryrefslogtreecommitdiffstats
path: root/src/can_decode_message.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/can_decode_message.hpp')
-rw-r--r--src/can_decode_message.hpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/can_decode_message.hpp b/src/can_decode_message.hpp
index 118dac04..73ea2ef3 100644
--- a/src/can_decode_message.hpp
+++ b/src/can_decode_message.hpp
@@ -18,9 +18,8 @@
#pragma once
-#include "can-utils.hpp"
-#include "openxc-utils.hpp"
-#include "can-signals.hpp"
-#include "can-decoder.hpp"
+#include <mutex>
+#include <condition_variable>
-void can_decode_message(can_bus_t &can_bus); \ No newline at end of file
+extern std::condition_variable new_decoded_can_message;
+extern std::mutex decoded_can_message_mutex; \ No newline at end of file