From 6c66485fbf79e9b2a471b80724e94a6e1b7dbbe8 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 10 Feb 2017 11:20:00 +0000 Subject: move to obsolete dir old code Change-Id: Id8cd5a3441b655163d6311334874d88882af21b6 Signed-off-by: Romain Forlot --- can-signals.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'can-signals.h') 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 -- cgit 1.2.3-korg