diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-27 21:30:05 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-27 21:30:05 +0100 |
commit | efbf5d9cd581c7c990ff180fef36f43a9bcd7d07 (patch) | |
tree | f78c9aeda5fe7fe281b1666fe165e1e51f6f4935 /src | |
parent | f9d6b3b462fa3db5a70e8bd1e1625d35f9e0f21b (diff) |
Fix wrong returned value about getCanBuses.
Why I keep this function anyway...
Change-Id: Ifcbc00625fcb065b73afed51fc712067aa9db412
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src')
-rw-r--r-- | src/can-signals.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |