aboutsummaryrefslogtreecommitdiffstats
path: root/can-signals.h
diff options
context:
space:
mode:
Diffstat (limited to 'can-signals.h')
-rw-r--r--can-signals.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/can-signals.h b/can-signals.h
index 3cbbe20b..394c8673 100644
--- a/can-signals.h
+++ b/can-signals.h
@@ -43,8 +43,8 @@ int getCanBusCount();
CanMessageDefinition* getMessages();
/* Public: Return an array of all CAN signals to be processed in the active
- * * configuration.
- * */
+ * configuration.
+ */
CanSignal* getSignals();
/* Public: Return an array of all OpenXC CAN commands enabled in the active
@@ -81,5 +81,4 @@ CanBus* getCanBuses();
* * bus - The CAN bus this message was received on.
* * message - The received CAN message.
* */
-void decodeCanMessage(openxc::pipeline::Pipeline* pipeline, CanBus* bus, CanMessage* message);
-
+void decodeCanMessage(openxc::pipeline::Pipeline* pipeline, CanBus* bus, CanMessage* message); \ No newline at end of file