From efbf5d9cd581c7c990ff180fef36f43a9bcd7d07 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 27 Feb 2017 21:30:05 +0100 Subject: [PATCH] Fix wrong returned value about getCanBuses. Why I keep this function anyway... Change-Id: Ifcbc00625fcb065b73afed51fc712067aa9db412 Signed-off-by: Romain Forlot --- src/can-signals.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/can-signals.hpp b/src/can-signals.hpp index c2eaea4..4b43945 100644 --- a/src/can-signals.hpp +++ b/src/can-signals.hpp @@ -97,7 +97,7 @@ int getMessageCount(); * @brief Return an array of the metadata for the 2 CAN buses you want to * monitor. The size of this array is fixed at 2. */ -CanBus* getCanBuses(); +can_bus_dev_t getCanBuses(); /** * @brief Find one or many signals based on its name or id -- 2.16.6