From: Romain Forlot Date: Mon, 27 Feb 2017 20:30:05 +0000 (+0100) Subject: Fix wrong returned value about getCanBuses. X-Git-Tag: 3.99.1~439 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=efbf5d9cd581c7c990ff180fef36f43a9bcd7d07;p=apps%2Flow-level-can-service.git Fix wrong returned value about getCanBuses. Why I keep this function anyway... Change-Id: Ifcbc00625fcb065b73afed51fc712067aa9db412 Signed-off-by: Romain Forlot --- 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