diff options
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 c2eaea4c..4b43945e 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 |